mirror of
				https://github.com/bashclub/zamba-lxc-toolbox.git
				synced 2025-11-04 16:12:27 +01:00 
			
		
		
		
	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