1
0
Fork 0
mirror of https://github.com/tteck/Proxmox.git synced 2025-02-15 06:09:15 +01:00

Check for the correct service to detect if calibre-web is installed

This commit is contained in:
Rémi Bédard-Couture 2024-04-18 12:38:35 -04:00
parent 5695e03b0a
commit 08542aa2ce

View file

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