From 93391aebe9485c4e91a6e594a4b93ba780b3a403 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 23 Jul 2023 23:29:10 +0300 Subject: [PATCH] i forgot that i dont use the .sh script on localhost anymore --- cron.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/cron.sh b/cron.sh index 769016b2cc..e44c68d5be 100755 --- a/cron.sh +++ b/cron.sh @@ -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"