mirror of https://github.com/tteck/Proxmox.git
Update technitiumdns-v3.sh
This commit is contained in:
parent
e05c651189
commit
2e5cacaa3b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue