Notifiarr: change installation check from apt to systemd service

This commit is contained in:
CanbiZ (MickLesk)
2026-01-29 12:44:50 +01:00
committed by GitHub
parent 5ba96bb3f2
commit 80af1b5b46

View File

@@ -23,7 +23,7 @@ function update_script() {
header_info
check_container_storage
check_container_resources
if [[ ! -f /etc/apt/sources.list.d/golift.list ]]; then
if [[ ! -f /usr/lib/systemd/system/notifiarr.service ]]; then
msg_error "No ${APP} Installation Found!"
exit
fi