[Update.sh] Do not run docker-compose down
parent
6a39baad54
commit
5e8a130bda
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue