i forgot that i dont use the .sh script on localhost anymore

pull/173/head
Aevann 2023-07-23 23:29:10 +03:00
parent ec37cfccc9
commit 93391aebe9
1 changed files with 0 additions and 1 deletions

View File

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