mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-31 04:50:14 +00:00
Update msg_info
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
This commit is contained in:
parent
f2bd029d0e
commit
7a805f055a
@ -64,7 +64,8 @@ if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "${PREV_VERSION}" ]]
|
|||||||
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 ${APP} Services"
|
||||||
msg_info "Updating ${APP} to ${RELEASE}"
|
|
||||||
|
msg_info "Updating ${APP} to v${RELEASE}"
|
||||||
cd /opt
|
cd /opt
|
||||||
mv /opt/hoarder /opt/hoarder_bak
|
mv /opt/hoarder /opt/hoarder_bak
|
||||||
wget -q "https://github.com/hoarder-app/hoarder/archive/refs/tags/v${RELEASE}.zip"
|
wget -q "https://github.com/hoarder-app/hoarder/archive/refs/tags/v${RELEASE}.zip"
|
||||||
|
Loading…
Reference in New Issue
Block a user