From 02fd0b03f6a9bb753158ddfdf445ebd5f7bd77b5 Mon Sep 17 00:00:00 2001 From: andryyy Date: Fri, 12 Feb 2021 21:17:57 +0100 Subject: [PATCH] [Update] Fix moving old jabber site --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 16d94e0b..a235e3be 100755 --- a/update.sh +++ b/update.sh @@ -489,7 +489,7 @@ for container in "${MAILCOW_CONTAINERS[@]}"; do docker rm -f "$container" 2> /dev/null done -[[ ! -f data/conf/nginx/ejabberd.conf ]] && mv data/conf/nginx/ejabberd.conf data/conf/nginx/ZZZ-ejabberd.conf +[[ -f data/conf/nginx/ejabberd.conf ]] && mv data/conf/nginx/ejabberd.conf 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