From 9b8f5b7cc18fce4827ad76f2528dc2ad340ff4f9 Mon Sep 17 00:00:00 2001 From: andryyy Date: Wed, 30 Jun 2021 12:01:31 +0200 Subject: [PATCH] [Update] Remove deprecated site config for ejabberd --- update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update.sh b/update.sh index ac41e13c..db47ceca 100755 --- a/update.sh +++ b/update.sh @@ -564,6 +564,8 @@ for container in "${MAILCOW_CONTAINERS[@]}"; do docker rm -f "$container" 2> /dev/null done +[[ -f data/conf/nginx/ZZZ-ejabberd.conf ]] && rm data/conf/nginx/ZZZ-ejabberd.conf + # Silently fixing remote url from andryyy to mailcow git remote set-url origin https://github.com/mailcow/mailcow-dockerized echo -e "\e[32mCommitting current status...\e[0m"