diff --git a/ct/hoarder.sh b/ct/hoarder.sh index 1ade0b39..f425da59 100644 --- a/ct/hoarder.sh +++ b/ct/hoarder.sh @@ -63,7 +63,7 @@ PREV_VERSION=$(cat /opt/${APP}_version.txt) if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "${PREV_VERSION}" ]]; then msg_info "Stopping ${APP} Services" systemctl stop hoarder-web hoarder-workers hoarder-browser - msg_ok "Stopped ${APP} Services" + msg_ok "Stopped Services" msg_info "Updating ${APP} to v${RELEASE}" cd /opt