From 7a805f055a81454114529c38447b56931a78cadc Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 28 Nov 2024 15:58:31 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ct/hoarder.sh b/ct/hoarder.sh index 5cd3849c..1ade0b39 100644 --- a/ct/hoarder.sh +++ b/ct/hoarder.sh @@ -64,7 +64,8 @@ if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "${PREV_VERSION}" ]] msg_info "Stopping ${APP} Services" systemctl stop hoarder-web hoarder-workers hoarder-browser msg_ok "Stopped ${APP} Services" - msg_info "Updating ${APP} to ${RELEASE}" + + msg_info "Updating ${APP} to v${RELEASE}" cd /opt mv /opt/hoarder /opt/hoarder_bak wget -q "https://github.com/hoarder-app/hoarder/archive/refs/tags/v${RELEASE}.zip"