From 8c9d0f33a800b30d9873baeb31a41431a6879add Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 3 Dec 2024 10:42:24 +0100 Subject: [PATCH] Update INSTALL.sh --- INSTALL.sh | 1 + 1 file changed, 1 insertion(+) 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