mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Update sabnzbd.sh
This commit is contained in:
parent
d229ed2e57
commit
c75a011a4f
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_v
|
||||||
python3 -m pip install -r requirements.txt &>/dev/null
|
python3 -m pip install -r requirements.txt &>/dev/null
|
||||||
echo "${RELEASE}" >/opt/${APP}_version.txt
|
echo "${RELEASE}" >/opt/${APP}_version.txt
|
||||||
systemctl start sabnzbd.service
|
systemctl start sabnzbd.service
|
||||||
msg_info "Updated ${APP} to ${RELEASE}"
|
msg_ok "Updated ${APP} to ${RELEASE}"
|
||||||
else
|
else
|
||||||
msg_info "No update required. ${APP} is already at ${RELEASE}"
|
msg_info "No update required. ${APP} is already at ${RELEASE}"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue