From 08542aa2ce6f30232297379eba2c3a891db417d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20B=C3=A9dard-Couture?= Date: Thu, 18 Apr 2024 12:38:35 -0400 Subject: [PATCH] Check for the correct service to detect if calibre-web is installed --- ct/calibre-web.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/calibre-web.sh b/ct/calibre-web.sh index 86e902bd..a4ff0449 100644 --- a/ct/calibre-web.sh +++ b/ct/calibre-web.sh @@ -54,7 +54,7 @@ function default_settings() { } function update_script() { - if [[ ! -f /etc/systemd/system/vaultwarden.service ]]; then + if [[ ! -f /etc/systemd/system/cps.service ]]; then msg_error "No ${APP} Installation Found!" exit fi