fix cron.sh

pull/173/head
Aevann 2023-07-24 13:20:08 +03:00
parent 5160c11478
commit a8976f0e11
1 changed files with 1 additions and 1 deletions

View File

@ -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