mirror of https://github.com/tteck/Proxmox.git
				
				
				
			
							parent
							
								
									ec8fe39712
								
							
						
					
					
						commit
						268a36a871
					
				| 
						 | 
				
			
			@ -371,11 +371,9 @@ if command -v pveversion >/dev/null 2>&1; then
 | 
			
		|||
fi
 | 
			
		||||
 | 
			
		||||
if ! command -v pveversion >/dev/null 2>&1; then
 | 
			
		||||
  if ! (whiptail --title "${APP} LXC UPDATE" --yesno "This will update ${APP} LXC.  Proceed?" 10 58); then
 | 
			
		||||
    clear
 | 
			
		||||
    echo -e "⚠  User exited script \n"
 | 
			
		||||
    exit
 | 
			
		||||
  fi
 | 
			
		||||
  if [[ ! -f /etc/conf.d/grafana ]]; then
 | 
			
		||||
    msg_error "No ${APP} Installation Found!"
 | 
			
		||||
  else
 | 
			
		||||
    update_script
 | 
			
		||||
  fi
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue