Update sabnzbd.sh

pull/3664/head
towerhand 11 months ago committed by GitHub
parent d229ed2e57
commit c75a011a4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      ct/sabnzbd.sh

@ -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…
Cancel
Save