forked from bashclub/zamba-lxc-toolbox
		
	Merge pull request #21 from hpannenb/patch-1
$LXC_TIMEZONE instead of fixed Europe/Berlin
This commit is contained in:
		@@ -53,7 +53,7 @@ else
 | 
				
			|||||||
 VLAN=""
 | 
					 VLAN=""
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
# Reconfigure conatiner
 | 
					# Reconfigure conatiner
 | 
				
			||||||
pct set $LXC_NBR -memory $LXC_MEM -swap $LXC_SWAP -hostname $LXC_HOSTNAME \-nameserver $LXC_DNS -searchdomain $LXC_DOMAIN -onboot 1 -timezone Europe/Berlin -net0 name=eth0,bridge=$LXC_BRIDGE,firewall=1,gw=$LXC_GW,ip=$LXC_IP,type=veth$VLAN;
 | 
					pct set $LXC_NBR -memory $LXC_MEM -swap $LXC_SWAP -hostname $LXC_HOSTNAME \-nameserver $LXC_DNS -searchdomain $LXC_DOMAIN -onboot 1 -timezone $LXC_TIMEZONE -net0 name=eth0,bridge=$LXC_BRIDGE,firewall=1,gw=$LXC_GW,ip=$LXC_IP,type=veth$VLAN;
 | 
				
			||||||
sleep 2;
 | 
					sleep 2;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PS3="Select the Server-Function: "
 | 
					PS3="Select the Server-Function: "
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user