From f202ba22756a2092be6d6d4a464bbb0e5a8ee03b Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 29 Aug 2024 15:30:56 +0200 Subject: [PATCH] Update INSTALL.sh --- INSTALL.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL.sh b/INSTALL.sh index 4a427fb2..6356d830 100644 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -1400,6 +1400,8 @@ debug_log docker run -it --rm \ --entrypoint=/bin/sh \ ubuntu/bind9:latest \ -c 'rndc-confgen -a -A hmac-sha256 -b 256 -c /etc/bind/rndc.key' + +chmod 0666 /etc/bind/rndc.key }