From a8976f0e113b986fa661cee3287a7963c4aa8fac Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 24 Jul 2023 13:20:08 +0300 Subject: [PATCH] fix cron.sh --- cron.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron.sh b/cron.sh index 7dc4d450e..9cd603f9d 100755 --- a/cron.sh +++ b/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 /usr/local/bin/flask cron $1 >>"$LOG" 2>&1