From b211b2f8d3bc9139fe476602e51d1541795e6275 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 3 Dec 2022 13:22:51 -0500 Subject: [PATCH] Update debian-v4.sh --- ct/debian-v4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/debian-v4.sh b/ct/debian-v4.sh index 797a6731..5f67bc46 100644 --- a/ct/debian-v4.sh +++ b/ct/debian-v4.sh @@ -195,7 +195,7 @@ function advanced_settings() { echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}" fi fi - NS=$(whiptail --inputbox "Set a DNS Server IP (blank for HOST)" 8 58 --title "DNS SERVER IP" --cancel-button Exit-Script 3>&1 1>&2 2>&3) + NS=$(whiptail --inputbox "Set a DNS Server IP (leave blank for HOST)" 8 58 --title "DNS SERVER IP" --cancel-button Exit-Script 3>&1 1>&2 2>&3) exitstatus=$? if [ $exitstatus = 0 ]; then if [ -z $NS ]; then