mirror of
				https://github.com/tteck/Proxmox.git
				synced 2025-10-30 18:39:10 +00:00 
			
		
		
		
	Update node-red_container.sh
This commit is contained in:
		
							parent
							
								
									b00078ce76
								
							
						
					
					
						commit
						d930d39116
					
				| @ -1,5 +1,14 @@ | |||||||
| #!/usr/bin/env bash | #!/usr/bin/env bash | ||||||
| 
 | 
 | ||||||
|  | while true; do | ||||||
|  |     read -p "This will create a New Node-Red LXC Container. Proceed(y/n)?" yn | ||||||
|  |     case $yn in | ||||||
|  |         [Yy]* ) break;; | ||||||
|  |         [Nn]* ) exit;; | ||||||
|  |         * ) echo "Please answer yes or no.";; | ||||||
|  |     esac | ||||||
|  | done | ||||||
|  | 
 | ||||||
| # Setup script environment | # Setup script environment | ||||||
| set -o errexit  #Exit immediately if a pipeline returns a non-zero status | set -o errexit  #Exit immediately if a pipeline returns a non-zero status | ||||||
| set -o errtrace #Trap ERR from shell functions, command substitutions, and commands from subshell | set -o errtrace #Trap ERR from shell functions, command substitutions, and commands from subshell | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user