From de8fe58c75fbe96e096fd38fc59d3f0bf644f9ab Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Mon, 19 Aug 2024 13:30:07 +0200 Subject: [PATCH] Update UPDATE.sh --- version/0.2.5/UPDATE.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/version/0.2.5/UPDATE.sh b/version/0.2.5/UPDATE.sh index aa167100..cc981cf1 100644 --- a/version/0.2.5/UPDATE.sh +++ b/version/0.2.5/UPDATE.sh @@ -107,8 +107,8 @@ FUNCTIONS=( # repalce ip with username in nginx container files nginx_change_in - # bind9 also - #bind_also + # start bind + bind_also # ping us verify_license @@ -290,10 +290,8 @@ systemctl daemon-reload bind_also(){ -systemctl stop bind9 -systemctl disable bind9 -cd /root && docker compose up -d openpanel_dns +cd /root && docker compose up -d bind9 }