From 2e5cacaa3b84cf331c6d7a6dc261419a714012f0 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 18 Apr 2022 01:17:42 -0400 Subject: [PATCH] Update technitiumdns-v3.sh --- ct/technitiumdns-v3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/technitiumdns-v3.sh b/ct/technitiumdns-v3.sh index 97d40b84..fe686355 100644 --- a/ct/technitiumdns-v3.sh +++ b/ct/technitiumdns-v3.sh @@ -239,7 +239,7 @@ header_info if [ -z $VLAN1 ]; then VLAN1="NONE" VLAN=" "; echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" else - VLAN=",tag $VLAN1" + VLAN=",tag=$VLAN1" echo -en "${DGN}Set VLAN Tag To ${BL}$VLAN1${CL}" fi; echo -e " ${CM}${CL} \n"