mirror of https://github.com/tteck/Proxmox.git
				
				
				
			Update trilium-v5.sh
fix syntax error in conditional expression
This commit is contained in:
		
							parent
							
								
									d08c1ab3d6
								
							
						
					
					
						commit
						0fdd88a5ed
					
				| 
						 | 
				
			
			@ -356,7 +356,7 @@ if command -v pveversion >/dev/null 2>&1; then
 | 
			
		|||
  install_script
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
if ! command -v pveversion >/dev/null 2>&1 && [[ ! -d ! -d /opt/trilium ]]; then
 | 
			
		||||
if ! command -v pveversion >/dev/null 2>&1 && [[ ! -d /opt/trilium ]]; then
 | 
			
		||||
  msg_error "No ${APP} Installation Found!"
 | 
			
		||||
  exit 
 | 
			
		||||
fi
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue