From 462e0471db481e25a0c9e1ef757ff607ebcf59a1 Mon Sep 17 00:00:00 2001 From: Enzo Date: Mon, 11 Dec 2023 15:56:09 +0100 Subject: [PATCH] update --- entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 5166673..da04f45 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -4,6 +4,7 @@ crontab /app/crontab # Démarrer le service cron en arrière-plan -service cron start +#service cron start +sleep 5 cron && tail -f /app/cron.log