mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update INSTALL.sh
This commit is contained in:
parent
b5a2d54e41
commit
3581a6fed0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user