Explorar o código

Update trilium-v5.sh

fix syntax error in conditional expression
tteckster %!s(int64=2) %!d(string=hai) anos
pai
achega
0fdd88a5ed
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ct/trilium-v5.sh

+ 1 - 1
ct/trilium-v5.sh

@@ -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