From 9c19cf871c443f07e2848a630c850401d5e9c67a Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 17 Apr 2022 21:35:59 -0400 Subject: [PATCH] Update technitiumdns-v3.sh --- ct/technitiumdns-v3.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ct/technitiumdns-v3.sh b/ct/technitiumdns-v3.sh index 85e9e3e0..761150f1 100644 --- a/ct/technitiumdns-v3.sh +++ b/ct/technitiumdns-v3.sh @@ -79,8 +79,10 @@ function default_settings() { RAM_SIZE="512" echo -e "${DGN}Using IP Address ${BGN}DHCP${CL}" NET=dhcp - echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" - VLAN=" " + echo -e "${DGN}Using Gateway Address ${BGN}NONE${CL}" + GATE=" " + echo -e "${DGN}Using VLAN Tag ${BGN}NONE${CL}" + VLAN=" " } function advanced_settings() { @@ -214,7 +216,7 @@ header_info if [ -z $GATE1 ]; then GATE1="NONE" GATE=" "; echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" else - GATE="-gw=$GATE1" + GATE="gw=$GATE1" echo -en "${DGN}Set Gateway IP To ${BL}$GATE1${CL}" fi; echo -e " ${CM}${CL} \n"