From 9757d070cbe981a97b87c84fbca0ca8914f8d695 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 28 Nov 2024 15:58:44 +0100 Subject: [PATCH] Update msg_ok MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> --- ct/hoarder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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