From a2e59a12c791022153f0159ac158825072564a20 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 25 Oct 2023 23:15:13 +0100 Subject: [PATCH] feat: run cron on entrypoint.sh --- entrypoint.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 38462b0..96eb0de 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -47,6 +47,9 @@ export LGSM_CONFIG=${LGSM_CONFIG} cd /app || exit +# start cron +cron + echo -e "" echo -e "Check Permissions" echo -e "================================="