mirror of https://github.com/tteck/Proxmox.git
				
				
				
			Update podman_ha_setup.sh
This commit is contained in:
		
							parent
							
								
									97f2f6ab43
								
							
						
					
					
						commit
						c37e0f77d3
					
				| 
						 | 
					@ -10,6 +10,7 @@ CROSS='\033[1;31m\xE2\x9D\x8C\033[0m'
 | 
				
			||||||
CHECKMARK='\033[0;32m\xE2\x9C\x94\033[0m'
 | 
					CHECKMARK='\033[0;32m\xE2\x9C\x94\033[0m'
 | 
				
			||||||
RETRY_NUM=5
 | 
					RETRY_NUM=5
 | 
				
			||||||
RETRY_EVERY=3
 | 
					RETRY_EVERY=3
 | 
				
			||||||
 | 
					NUM=$RETRY_NUM
 | 
				
			||||||
trap die ERR
 | 
					trap die ERR
 | 
				
			||||||
trap 'die "Script interrupted."' INT
 | 
					trap 'die "Script interrupted."' INT
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue