From fc259af31cf54632b52521fcf87316dc609789a0 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 28 Nov 2024 15:58:54 +0100 Subject: [PATCH] Update msg_info 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 f425da59..f703191d 100644 --- a/ct/hoarder.sh +++ b/ct/hoarder.sh @@ -61,7 +61,7 @@ if [[ ! -d /opt/hoarder ]]; then msg_error "No ${APP} Installation Found!"; exit RELEASE=$(curl -s https://api.github.com/repos/hoarder-app/hoarder/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }') PREV_VERSION=$(cat /opt/${APP}_version.txt) if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "${PREV_VERSION}" ]]; then - msg_info "Stopping ${APP} Services" + msg_info "Stopping Services" systemctl stop hoarder-web hoarder-workers hoarder-browser msg_ok "Stopped Services"