From ea633b138dd9e01225e09f2c269ed594b274e63b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Fri, 17 Apr 2026 13:02:24 +0200 Subject: [PATCH] Fix update (#13807) --- ct/umami.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ct/umami.sh b/ct/umami.sh index aefc74a36..6ac28415d 100644 --- a/ct/umami.sh +++ b/ct/umami.sh @@ -33,7 +33,9 @@ function update_script() { systemctl stop umami msg_ok "Stopped Service" - fetch_and_deploy_gh_release "umami" "umami-software/umami" "tarball" + mv /opt/umami/.env /opt/.env.bak + CLEAN_INSTALL=1 fetch_and_deploy_gh_release "umami" "umami-software/umami" "tarball" + mv /opt/.env.bak /opt/umami/.env msg_info "Updating Umami" cd /opt/umami