diff --git a/hidche/cron/entrypoint.sh b/hidche/cron/entrypoint.sh index db5f214..a7434e7 100644 --- a/hidche/cron/entrypoint.sh +++ b/hidche/cron/entrypoint.sh @@ -1,3 +1,4 @@ #!/bin/sh set -e -echo '* * * * * python3 /var/www/html/sam/src/run_daemon.py' | crontab - && crond -f -L /dev/stdout \ No newline at end of file +echo '*/2 * * * * python3 /var/www/html/sam/src/run_daemon.py +1-59/2 * * * * python3 /var/www/html/sam/src/run_daemon.py' | crontab - && crond -f -L /dev/stdout \ No newline at end of file