Update install.sh

This commit is contained in:
Stefan Pejcic
2025-02-11 16:06:07 +01:00
committed by GitHub
parent 04f908719b
commit 887c76746f

View File

@@ -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 wont be able to reload DNS zones."
echo "That is OK if you dont plan on using custom nameservers or DNS Clustering on this server."
fi
chmod 0777 -R /etc/bind