mirror of https://github.com/tteck/Proxmox.git
Update jackett-v5.sh
This commit is contained in:
parent
fc0e6258c6
commit
50b411ae9e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue