mirror of
				https://github.com/tteck/Proxmox.git
				synced 2025-11-04 12:59:22 +00:00 
			
		
		
		
	Update vaultwarden-v5.sh
fix for older installs
This commit is contained in:
		
							parent
							
								
									b49f5370f3
								
							
						
					
					
						commit
						1c778f2c2b
					
				@ -80,7 +80,7 @@ if command -v pveversion >/dev/null 2>&1; then
 | 
			
		||||
  fi
 | 
			
		||||
fi
 | 
			
		||||
if ! command -v pveversion >/dev/null 2>&1; then
 | 
			
		||||
  if [[ ! -d /opt/vaultwarden ]]; then
 | 
			
		||||
  if [[ ! -f /etc/systemd/system/vaultwarden.service ]]; then
 | 
			
		||||
    msg_error "No ${APP} Installation Found!";
 | 
			
		||||
    exit 
 | 
			
		||||
  fi
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user