From da395cd3d317bacb9a2451deb9257f2a74b3ffce Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 3 Dec 2022 13:09:07 -0500 Subject: [PATCH] Update debian-v4.sh --- ct/debian-v4.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ct/debian-v4.sh b/ct/debian-v4.sh index 4373124f..797a6731 100644 --- a/ct/debian-v4.sh +++ b/ct/debian-v4.sh @@ -202,8 +202,9 @@ function advanced_settings() { NS="" echo -e "${DGN}Using DNS Server IP Address: ${BGN}Host${CL}" else + NX=$NS NS="-nameserver=$NS" - echo -e "${DGN}Using DNS Server IP Address: ${BGN}$NS${CL}" + echo -e "${DGN}Using DNS Server IP Address: ${BGN}$NX${CL}" fi fi MAC1=$(whiptail --inputbox "Set a MAC Address(leave blank for default)" 8 58 --title "MAC ADDRESS" --cancel-button Exit-Script 3>&1 1>&2 2>&3)