diff --git a/ct/sabnzbd.sh b/ct/sabnzbd.sh index 20632d90..d0656d6b 100644 --- a/ct/sabnzbd.sh +++ b/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 echo "${RELEASE}" >/opt/${APP}_version.txt systemctl start sabnzbd.service - msg_info "Updated ${APP} to ${RELEASE}" + msg_ok "Updated ${APP} to ${RELEASE}" else msg_info "No update required. ${APP} is already at ${RELEASE}" fi