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

master
andryyy 2017-09-08 09:55:53 +02:00
parent 6a39baad54
commit 5e8a130bda
1 changed files with 3 additions and 3 deletions

View File

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