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 "================================="