mirror of
https://github.com/bashclub/zamba-lxc-toolbox.git
synced 2024-11-07 19:31:58 +01:00
Fixed vlan tag parameter in install.sh
This commit is contained in:
parent
ba8cdbec69
commit
6ecd5ab254
@ -48,7 +48,7 @@ sleep 2;
|
||||
|
||||
# Check vlan configuration
|
||||
if [[ $LXC_VLAN != "" ]];then
|
||||
VLAN=",vlan=$LXC_VLAN"
|
||||
VLAN=",tag=$LXC_VLAN"
|
||||
else
|
||||
VLAN=""
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user