Skip to content

Commit

Permalink
cron ezmesure
Browse files Browse the repository at this point in the history
  • Loading branch information
a committed Aug 22, 2024
1 parent 474b218 commit edf164f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
echo "# EZP Bulk"; \
echo "0 0 * * * /home/node/launch-ezp.sh 1>/proc/1/fd/1 2>/proc/1/fd/2"; \
echo "# EZM"; \
echo "1 0 * * * /home/node/launch-ezm.sh 1>/proc/1/fd/1 2>/proc/1/fd/2" ; \
echo "0 5 * * * /home/node/launch-ezm.sh 1>/proc/1/fd/1 2>/proc/1/fd/2" ; \
} | crontab -

# start cron
Expand Down

0 comments on commit edf164f

Please sign in to comment.