From 049708a84d6e3420d8571caa48ad08df709c8053 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Wed, 27 May 2026 15:24:17 +0200 Subject: [PATCH] add msg --- ct/snapotter.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ct/snapotter.sh b/ct/snapotter.sh index c862a22f..33f8fe23 100644 --- a/ct/snapotter.sh +++ b/ct/snapotter.sh @@ -37,10 +37,12 @@ function update_script() { CLEAN_INSTALL=1 fetch_and_deploy_gh_release "snapotter" "snapotter-hq/SnapOtter" "tarball" + msg_info "Updating SnapOtter" cd /opt/snapotter $STD npm pkg delete scripts.prepare $STD pnpm install --frozen-lockfile $STD pnpm --filter @snapotter/web build + msg_ok "Updated SnapOtter" msg_info "Starting Service" systemctl start snapotter