Browse Source

Update technitiumdns-v3.sh

tteckster 3 years ago
parent
commit
2e5cacaa3b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ct/technitiumdns-v3.sh

+ 1 - 1
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"