From 454febd3c09e66614a8c645bbc7f158ad215ca06 Mon Sep 17 00:00:00 2001 From: rem Date: Wed, 13 Dec 2023 17:29:21 +0100 Subject: [PATCH] o --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index cec80ab..49a6163 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -6,6 +6,8 @@ echo '[INFO] LAUNCH CRON IN BACKGROUND' service cron start service cron status +python3 /app/testFinal.py + while true; do if [ -f "/app/cron_exist.cron" ]; then echo "YES CRON WORKS"