[BETA] Test Changes to setup-ngxblocker REF: #310

This commit is contained in:
Mitchell Krog 2019-09-05 16:29:26 +02:00
parent ae43054185
commit 2d53b13b0c
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43

View file

@ -98,7 +98,7 @@ check_config() {
find_vhosts() {
local ans=
FILE_LIST=$(find $VHOST_DIR -type f -name "*.$VHOST_EXT")
FILE_LIST=$(find $VHOST_DIR -type f -or -type l -name "*.$VHOST_EXT")
if [ -z "$FILE_LIST" ]; then
find $VHOST_DIR -type f