From 356a58eb2240ed559c2b73fa8b3b8a99e3f0a307 Mon Sep 17 00:00:00 2001 From: allan Date: Sun, 22 Feb 2026 13:17:44 +0100 Subject: [PATCH] minor tweak --- giteaupdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/giteaupdate b/giteaupdate index 1054eb3..b38a84f 100755 --- a/giteaupdate +++ b/giteaupdate @@ -37,7 +37,7 @@ fi # # Redirect all output to logfile # -exec >>"$logfile" 2>&1 +exec >"$logfile" 2>&1 echo "" echo "============================================================"