mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-28 05:36:28 +02:00
[Update.sh] Do not run docker-compose down
This commit is contained in:
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…
x
Reference in New Issue
Block a user