|  |  |  | @ -152,8 +152,8 @@ pct unmount $CTID && unset MOUNT | 
			
		
	
		
			
				
					|  |  |  |  | # Setup container | 
			
		
	
		
			
				
					|  |  |  |  | msg "Starting LXC container..." | 
			
		
	
		
			
				
					|  |  |  |  | pct start $CTID | 
			
		
	
		
			
				
					|  |  |  |  | pct push $CTID node-red_setup.sh /node-red_setup.sh -perms 755 | 
			
		
	
		
			
				
					|  |  |  |  | pct exec $CTID /node-red_setup.sh | 
			
		
	
		
			
				
					|  |  |  |  | pct push $CTID node-red2_setup.sh /node-red2_setup.sh -perms 755 | 
			
		
	
		
			
				
					|  |  |  |  | pct exec $CTID /node-red2_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}') | 
			
		
	
	
		
			
				
					|  |  |  | 
 |