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