From 1b87ec7bfd0ff67ac2150b8b9a571f0abc5ac186 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Thu, 29 Jan 2026 14:58:49 +0100 Subject: [PATCH] Notifiarr: change installation check from apt to systemd service (#11319) --- ct/notifiarr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/notifiarr.sh b/ct/notifiarr.sh index c67af16f3..6c593d7ed 100644 --- a/ct/notifiarr.sh +++ b/ct/notifiarr.sh @@ -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