Update jackett-v5.sh

pull/1105/head
tteckster 2 years ago committed by GitHub
parent fc0e6258c6
commit 50b411ae9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ct/jackett-v5.sh

@ -335,7 +335,7 @@ if command -v pveversion >/dev/null 2>&1; then
install_script install_script
fi 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!" msg_error "No ${APP} Installation Found!"
exit exit
fi fi

Loading…
Cancel
Save