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