forked from rDrama/rDrama
1
0
Fork 0

consistency

master
Aevann 2023-07-27 03:12:50 +03:00
parent 6a1579a395
commit aa7426bbde
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ LOG='/var/log/rdrama/cron.log'
echo -e "\n======================================== $1 === $(date --iso-8601=minutes)" >> "$LOG"
source /e
/usr/local/bin/flask cron $1 >>"$LOG" 2>&1
/usr/local/bin/flask cron $1 >> "$LOG" 2>&1
echo -e "======================================== $1 === $(date --iso-8601=minutes)" >> "$LOG"