Harmonize Service MSG-Blocks (#8233)

Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
This commit is contained in:
CanbiZ 2025-10-10 11:15:44 +02:00 committed by GitHub
parent f39b17ad7a
commit 4b5fc75ee1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
47 changed files with 173 additions and 172 deletions

View file

@ -32,9 +32,9 @@ function update_script() {
export NODE_OPTIONS="--max_old_space_size=4096"
if check_for_gh_release "docmost" "docmost/docmost"; then
msg_info "Stopping ${APP}"
msg_info "Stopping Service"
systemctl stop docmost
msg_ok "${APP} Stopped"
msg_ok "Stopped Service"
msg_info "Backing up data"
cp /opt/docmost/.env /opt/
@ -52,9 +52,9 @@ function update_script() {
$STD pnpm build
msg_ok "Updated ${APP}"
msg_info "Starting ${APP}"
msg_info "Starting Service"
systemctl start docmost
msg_ok "Started ${APP}"
msg_ok "Started Service"
msg_ok "Updated Successfully"
fi
exit