From dea3d32b59054ac69c2aba04326853a39226b89b Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sun, 18 Aug 2024 18:03:15 +0200 Subject: [PATCH] Update UPDATE.sh --- version/0.2.5/UPDATE.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/version/0.2.5/UPDATE.sh b/version/0.2.5/UPDATE.sh index e25b07f4..ef6842ab 100644 --- a/version/0.2.5/UPDATE.sh +++ b/version/0.2.5/UPDATE.sh @@ -106,7 +106,7 @@ FUNCTIONS=( nginx_change_in # bind9 also - bind_also + #bind_also # ping us verify_license @@ -301,8 +301,8 @@ cd /root && docker compose up -d openpanel_dns nginx_change_in(){ -systemctl stop nginx -systemctl disable nginx +#systemctl stop nginx +#systemctl disable nginx # Check if jq is installed if ! command -v jq &> /dev/null; then @@ -430,6 +430,8 @@ update_config_files() { #git stash git pull #git stash pop + + cp /etc/openpanel/docker/compose/new-docker-compose.yml /root/docker-compose.yml }