From 887c76746f4191300a5e8df413b08997e21c00b6 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 11 Feb 2025 16:06:07 +0100 Subject: [PATCH] Update install.sh --- install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 9f3431b1..f648bc90 100644 --- a/install.sh +++ b/install.sh @@ -955,8 +955,9 @@ create_rdnc() { if [ -f "$RNDC_KEY_PATH" ]; then echo "rndc.key successfully generated." else - echo "Error: Failed to generate rndc.key. Check logs for details." - exit 1 + echo "Warning: Unable to generate rndc.key." + echo "RNDC is required for managing the named service. Without it, you won’t be able to reload DNS zones." + echo "That is OK if you don’t plan on using custom nameservers or DNS Clustering on this server." fi chmod 0777 -R /etc/bind