From 5527d6fb946983193e008702ad48537d551c92e8 Mon Sep 17 00:00:00 2001 From: "andre.peters" Date: Thu, 1 Feb 2018 13:35:18 +0100 Subject: [PATCH] [Update] Assume worker-controller-password.inc as unchanged on update --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index d541e683..335566bf 100755 --- a/update.sh +++ b/update.sh @@ -140,6 +140,7 @@ docker-compose down # 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" +git update-index --assume-unchanged data/conf/rspamd/override.d/worker-controller-password.inc git add -u git commit -am "Before update on ${DATE}" > /dev/null echo -e "\e[32mFetching updated code from remote...\e[0m"