From 500db5049c60fc11edbb5decbc8fdd936da3ce4c Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 3 Dec 2022 12:30:08 -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 6d2a4fd2..dc0dc8df 100644 --- a/ct/debian-v4.sh +++ b/ct/debian-v4.sh @@ -187,7 +187,7 @@ function advanced_settings() { GATE1="Default" GATE="" echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}" else - NS=$GATE + NS=$GATE1 GATE=",gw=$GATE1" echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}" fi