From 0fdd88a5ed7d10f60c2ccede9d4e467a2bb8305b Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 14 Feb 2023 04:49:07 -0500 Subject: [PATCH] Update trilium-v5.sh fix syntax error in conditional expression --- ct/trilium-v5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/trilium-v5.sh b/ct/trilium-v5.sh index 3ac54cb0..62a54f47 100644 --- a/ct/trilium-v5.sh +++ b/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