Fixed vlan tag parameter in install.sh

This commit is contained in:
Thorsten Spille 2021-04-11 21:36:16 +00:00
parent ba8cdbec69
commit 6ecd5ab254

View File

@ -48,7 +48,7 @@ sleep 2;
# Check vlan configuration
if [[ $LXC_VLAN != "" ]];then
VLAN=",vlan=$LXC_VLAN"
VLAN=",tag=$LXC_VLAN"
else
VLAN=""
fi