Omit vhost files in Folders 'BAK' and 'DELETED'.
This commit is contained in:
parent
bd5e5872b3
commit
63e243914e
@ -385,6 +385,9 @@ done
|
||||
# -
|
||||
for _vhost_file in ${_all_vhost_files_arr[@]} ; do
|
||||
|
||||
[[ "$(basename $(dirname "$_vhost_file"))" == "DELETED" ]] && continue
|
||||
[[ "$(basename $(dirname "$_vhost_file"))" == "BAK" ]] && continue
|
||||
|
||||
_documentroot=""
|
||||
|
||||
_vhost_file_not_considered=false
|
||||
|
Loading…
Reference in New Issue
Block a user