From cdb1eb7e788c3fbf81ea2c8c190d28926c17ac08 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 18 Feb 2026 20:38:23 +0800 Subject: [PATCH] automated run-nightly: script doesn't finish with a timestamp --- automated/run-nightly.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index f0be77b7..73597a07 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -18,8 +18,8 @@ while true; do touch -h $LOG_FILE ${cmd:+exit 0} ${once:+date; exit 0} - # echo "$0: run completed at $(date)" + echo "$0: run completed at $(date)" echo - sleep 99m + sleep 90m echo done