[Update.sh] Do not run docker-compose down

This commit is contained in:
andryyy 2017-09-08 09:55:53 +02:00
parent 6a39baad54
commit 5e8a130bda

View File

@ -83,9 +83,9 @@ if [[ ! "$response" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
exit 0
fi
echo -e "Stopping mailcow... "
sleep 2
docker-compose down
#echo -e "Stopping mailcow... "
#sleep 2
#docker-compose down
# Silently fixing remote url from andryyy to mailcow
git remote set-url origin https://github.com/mailcow/mailcow-dockerized