[Update] Remove deprecated site config for ejabberd

This commit is contained in:
andryyy
2021-06-30 12:01:31 +02:00
parent 7178db8ae1
commit 9b8f5b7cc1

View File

@@ -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"