Update UPDATE.sh

This commit is contained in:
Stefan Pejcic
2024-08-30 20:31:17 +02:00
committed by GitHub
parent 773b97a8bc
commit 39df15ddc8

View File

@@ -117,7 +117,7 @@ FUNCTIONS=(
post_install_message
# must be at the end, otherwise breaks install process from gui
service admin restart
restart_admin_panel_if_needed
)
@@ -161,13 +161,17 @@ print_space_and_line() {
dns_key_and_reload(){
dns_key_and_reload() {
chmod 0777 -R /etc/bind/
}
restart_admin_panel_if_needed() {
service admin restart
}
# START MAIN FUNCTIONS