mirror of https://github.com/tteck/Proxmox.git
				
				
				
			
							parent
							
								
									268a36a871
								
							
						
					
					
						commit
						cde33cf00e
					
				| 
						 | 
				
			
			@ -435,11 +435,10 @@ if command -v pveversion >/dev/null 2>&1; then
 | 
			
		|||
  install_script
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
if ! command -v pveversion >/dev/null 2>&1 && [[ ! -f /opt/AdGuardHome ]]; then
 | 
			
		||||
  msg_error "No ${APP} Installation Found!"
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
if ! command -v pveversion >/dev/null 2>&1; then
 | 
			
		||||
  if [[ ! -d /opt/AdGuardHome ]]; then
 | 
			
		||||
    msg_error "No ${APP} Installation Found!"
 | 
			
		||||
  else
 | 
			
		||||
    update_script
 | 
			
		||||
  fi
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue