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