Skip to content

Commit

Permalink
Passage var d'env $EZMESURE_TOKEN au shell
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelien23 committed Aug 26, 2024
1 parent 54e365f commit 93de071
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/sh

# https://crontab.guru/#0_0_*_*_*
{ echo ""; \
{ echo "EZMESURE_TOKEN=$EZMESURE_TOKEN"
echo ""; \
echo "# EZP Bulk"; \
echo "0 2 * * * /home/node/launch-ezp.sh 1>/proc/1/fd/1 2>/proc/1/fd/2"; \
echo "# EZM"; \
Expand Down

0 comments on commit 93de071

Please sign in to comment.