From 1c778f2c2bb783ddd2805a153edc840ba6fe2c82 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 5 Jan 2023 13:05:10 -0500 Subject: [PATCH] Update vaultwarden-v5.sh fix for older installs --- ct/vaultwarden-v5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/vaultwarden-v5.sh b/ct/vaultwarden-v5.sh index d157cd11..c2695c4a 100644 --- a/ct/vaultwarden-v5.sh +++ b/ct/vaultwarden-v5.sh @@ -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