mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	Update debian10_container.sh
This commit is contained in:
		@@ -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 debian10_setup.sh /debian10_setup.sh -perms 755
 | 
			
		||||
pct exec $CTID /debian10_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 a LXC Container to $CTID at IP Address ${IP}"
 | 
			
		||||
info "Successfully created a Debian 10 LXC Container to $CTID at IP Address ${IP}"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user