Fix get_template

This commit is contained in:
Brice Waegeneire 2020-10-13 09:41:22 +02:00
parent 35e33d2d51
commit ef3a38688e

View file

@ -56,7 +56,7 @@ get_htaccess() {
get_template() {
template_dirs="/etc /usr/share/scripts"
grep -RE '^[[:space:]]*(Order|Allow|Deny|Satisfy)[[:space:]]' \
--exclude-dir=apache2 --exclude-dir=squid3 "$template_dirs" \
--exclude-dir=apache2 --exclude-dir=squid3 $template_dirs \
|| true
}