minor tweak

This commit is contained in:
2026-02-22 13:17:44 +01:00
parent c5b859eb20
commit 356a58eb22

View File

@@ -37,7 +37,7 @@ fi
#
# Redirect all output to logfile
#
exec >>"$logfile" 2>&1
exec >"$logfile" 2>&1
echo ""
echo "============================================================"