From 3581a6fed01c64f2516ed81dee14daccb373656d Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 19 Nov 2024 17:19:37 +0100 Subject: [PATCH] Update INSTALL.sh --- INSTALL.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.sh b/INSTALL.sh index 42b2d109..005ca4ce 100644 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -1513,7 +1513,7 @@ setup_bind(){ # Check if the file exists if [ -f "$RNDC_KEY_PATH" ]; then - echo "rndc.key successfully generated." + : else debug_log "Error: rndc.key not found after attempt $((RETRY_COUNT_RDNC + 1))." fi @@ -1524,7 +1524,7 @@ setup_bind(){ if [ -f "$RNDC_KEY_PATH" ]; then - : + echo "rndc.key successfully generated." else radovan 1 "Failed to generate rndc.key after $RETRY_LIMIT attempts. Exiting." fi