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