mirror of
				https://github.com/tteck/Proxmox.git
				synced 2025-11-04 04:49:29 +00:00 
			
		
		
		
	Update esphome_container.sh
This commit is contained in:
		
							parent
							
								
									256ec29a0f
								
							
						
					
					
						commit
						921b9615df
					
				@ -65,7 +65,7 @@ TEMP_DIR=$(mktemp -d)
 | 
			
		||||
pushd $TEMP_DIR >/dev/null
 | 
			
		||||
 | 
			
		||||
# Download setup script
 | 
			
		||||
wget -qL https://github.com/tteck/proxmox_esphome/raw/master/setup.sh
 | 
			
		||||
wget -qL https://github.com/tteck/Proxmox/raw/master/esphome_setup.sh
 | 
			
		||||
 | 
			
		||||
# Detect modules and automatically load at boot
 | 
			
		||||
load_module overlay
 | 
			
		||||
@ -151,9 +151,9 @@ pct unmount $CTID && unset MOUNT
 | 
			
		||||
# Setup container
 | 
			
		||||
msg "Starting LXC container..."
 | 
			
		||||
pct start $CTID
 | 
			
		||||
pct push $CTID setup.sh /setup.sh -perms 755
 | 
			
		||||
pct exec $CTID /setup.sh
 | 
			
		||||
pct push $CTID esphome_setup.sh /esphome_setup.sh -perms 755
 | 
			
		||||
pct exec $CTID /esphome_setup.sh
 | 
			
		||||
 | 
			
		||||
# Get network details and show completion message
 | 
			
		||||
IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
 | 
			
		||||
info "Successfully created esphome LXC Container to $CTID at IP Address ${IP}:6052"
 | 
			
		||||
info "Successfully created esphome LXC Container to $CTID at IP Address ${IP}:6052"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user