Update msg_info

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:31 +01:00 committed by GitHub
parent f2bd029d0e
commit 7a805f055a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"