diff --git a/INSTALL.sh b/INSTALL.sh index 578cb9b6..1f857b40 100644 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -1554,6 +1554,7 @@ download_skeleton_directory_from_github(){ setup_bind(){ echo "Setting DNS service.." mkdir -p /etc/bind/ + chmod 777 /etc/bind/ cp -r /etc/openpanel/bind9/* /etc/bind/ # only on ubuntu systemd-resolved is installed