mirror of https://github.com/tteck/Proxmox.git
Check for the correct service to detect if calibre-web is installed
This commit is contained in:
parent
5695e03b0a
commit
08542aa2ce
|
@ -54,7 +54,7 @@ function default_settings() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function update_script() {
|
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!"
|
msg_error "No ${APP} Installation Found!"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue