Update msg_ok

Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
This commit is contained in:
CanbiZ 2024-11-28 15:58:44 +01:00 committed by GitHub
parent 7a805f055a
commit 9757d070cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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