Update technitiumdns-v3.sh

This commit is contained in:
tteckster
2022-04-18 01:17:42 -04:00
committed by GitHub
parent e05c651189
commit 2e5cacaa3b

View File

@ -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"