forked from rDrama/rDrama
1
0
Fork 0

add line for localhost

master
Aevann 2023-09-06 20:01:30 +03:00
parent 2ba4233115
commit 47b75483fa
1 changed files with 1 additions and 0 deletions

View File

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