Update UPDATE.sh

This commit is contained in:
Stefan Pejcic
2024-08-19 13:30:07 +02:00
committed by GitHub
parent ea234fcbfa
commit de8fe58c75

View File

@@ -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
}