Skip to content

Commit

Permalink
FIX : correction crontab
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-maraval committed Oct 30, 2024
1 parent d860431 commit ef5285e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/batch/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Paramètres par défaut du conteneur
export ITEM_BATCH_AT_STARTUP=${ITEM_BATCH_AT_STARTUP:='1'}
export ITEM_BATCH_CRON_STAT=${ITEM_BATCH_CRON_STAT:='0 7 1 * *'}

# Réglage de /etc/environment pour que les crontab s'exécutent avec les bonnes variables d'env
echo "$(env)
Expand Down

0 comments on commit ef5285e

Please sign in to comment.