From 50b411ae9e11cc40bb84a2a26a095ba900b78dc1 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 24 Feb 2023 19:36:41 -0500 Subject: [PATCH] Update jackett-v5.sh --- ct/jackett-v5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/jackett-v5.sh b/ct/jackett-v5.sh index 61fac0b0..f75ed503 100644 --- a/ct/jackett-v5.sh +++ b/ct/jackett-v5.sh @@ -335,7 +335,7 @@ if command -v pveversion >/dev/null 2>&1; then install_script fi -if ! command -v pveversion >/dev/null 2>&1 && [[ ! -f /etc/transmission-daemon/settings.json ]]; then +if ! command -v pveversion >/dev/null 2>&1 && [[ ! -f /etc/systemd/system/jackett.service ]]; then msg_error "No ${APP} Installation Found!" exit fi