forked from bashclub/zamba-lxc-toolbox
		
	Fixed vlan tag parameter in install.sh
This commit is contained in:
		@@ -48,7 +48,7 @@ sleep 2;
 | 
			
		||||
 | 
			
		||||
# Check vlan configuration
 | 
			
		||||
if [[ $LXC_VLAN != "" ]];then
 | 
			
		||||
  VLAN=",vlan=$LXC_VLAN"
 | 
			
		||||
  VLAN=",tag=$LXC_VLAN"
 | 
			
		||||
else
 | 
			
		||||
 VLAN=""
 | 
			
		||||
fi
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user