Browse Source

feat: run cron on entrypoint.sh

pull/37/merge
Daniel Gibbs 1 year ago
parent
commit
a2e59a12c7
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 3
      entrypoint.sh

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

Loading…
Cancel
Save