From 35274d7c7d17a626340a8a0d9c42409c926fe899 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 9 Sep 2023 21:51:00 +0300 Subject: [PATCH] distinguish between starting and ending so i can know when a run is hanging up --- scripts/cron.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cron.sh b/scripts/cron.sh index 4e17bc4db..bb0e75ca3 100755 --- a/scripts/cron.sh +++ b/scripts/cron.sh @@ -2,7 +2,7 @@ LOG='/var/log/rdrama/cron.log' -echo -e "\n======================================== $1 === $(date --iso-8601=minutes)" >> "$LOG" +echo -e "\n---------------------------------------- $1 === $(date --iso-8601=minutes)" >> "$LOG" source /e . .env