Update INSTALL.sh

This commit is contained in:
Stefan Pejcic
2024-09-06 12:58:33 +02:00
committed by GitHub
parent 6a6cad8d12
commit c62fa93355

View File

@@ -216,7 +216,7 @@ set_version_to_install(){
if [[ $PANEL_VERSION =~ [0-9]+\.[0-9]+\.[0-9]+ ]]; then
PANEL_VERSION=$PANEL_VERSION
else
PANEL_VERSION="0.2.7"
PANEL_VERSION="0.2.8"
fi
fi
}
@@ -1452,6 +1452,11 @@ debug_log docker run -it --rm \
-c 'rndc-confgen -a -A hmac-sha256 -b 256 -c /etc/bind/rndc.key'
chmod 0777 -R /etc/bind
# temporary for 0.2.8 only!
cd /root && docker compose up -d bind9
}