From dd7bdca80395e123a49acdbb2bc9761226cbb9ae Mon Sep 17 00:00:00 2001 From: MarekWo Date: Wed, 21 Jan 2026 21:38:04 +0100 Subject: [PATCH] fix: Improve updater install script and revert test commit - Add -u flag to Python for unbuffered logging to journald - Configure git safe.directory automatically during install - Revert test marker from base.html Co-Authored-By: Claude Opus 4.5 --- app/templates/base.html | 2 +- scripts/updater/install.sh | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/templates/base.html b/app/templates/base.html index 06f1330..47d6f17 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -60,7 +60,7 @@
- {{ version }} (test ok!) + {{ version }} {{ git_branch }}