mirror of
				https://github.com/bashclub/zamba-lxc-toolbox.git
				synced 2025-11-04 08:02:28 +01:00 
			
		
		
		
	Fixed vlan tag parameter in install.sh
This commit is contained in:
		@@ -48,7 +48,7 @@ sleep 2;
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# Check vlan configuration
 | 
					# Check vlan configuration
 | 
				
			||||||
if [[ $LXC_VLAN != "" ]];then
 | 
					if [[ $LXC_VLAN != "" ]];then
 | 
				
			||||||
  VLAN=",vlan=$LXC_VLAN"
 | 
					  VLAN=",tag=$LXC_VLAN"
 | 
				
			||||||
else
 | 
					else
 | 
				
			||||||
 VLAN=""
 | 
					 VLAN=""
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user