mirror of https://github.com/tteck/Proxmox.git
				
				
				
			
							parent
							
								
									fcdd5a460f
								
							
						
					
					
						commit
						ecd56591b6
					
				| 
						 | 
					@ -51,7 +51,7 @@ function update_container() {
 | 
				
			||||||
  fi
 | 
					  fi
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
header_info
 | 
					header_info
 | 
				
			||||||
read -p "Skip stopped containers? " -n 1 -r
 | 
					read -p "Skip stopped containers? [y/N]" -n 1 -r
 | 
				
			||||||
echo
 | 
					echo
 | 
				
			||||||
if [[ ! $REPLY =~ ^[Yy]$ ]]; then
 | 
					if [[ ! $REPLY =~ ^[Yy]$ ]]; then
 | 
				
			||||||
  skip=no
 | 
					  skip=no
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue