From 0c91a68052bc3b46eaa51f6a923f131104fb7b53 Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 12 Jan 2024 14:21:51 +0100 Subject: [PATCH] handle_domain_on_webserver.sh: ignore folder 'MAINTENANCE'. --- handle_domain_on_webserver.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/handle_domain_on_webserver.sh b/handle_domain_on_webserver.sh index 0d18ba0..4e2bc89 100755 --- a/handle_domain_on_webserver.sh +++ b/handle_domain_on_webserver.sh @@ -346,6 +346,7 @@ while IFS='' read -r -d '' fq_name ; do dirname="$(basename "$fq_name")" [[ "$dirname" = "DELETED" ]] && continue [[ "$dirname" = "BAK" ]] && continue + [[ "$dirname" = "MAINTENANCE" ]] && continue [[ "$dirname" =~ ^Moved ]] && continue if [[ $_num -eq 1 ]]; then _apache_additional_vhost_dirs="$(basename "$dirname")"