diff --git a/create_summary_websites.sh b/create_summary_websites.sh index 6fc8116..404f560 100755 --- a/create_summary_websites.sh +++ b/create_summary_websites.sh @@ -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