Files
docker/hidche/cron/entrypoint.sh
T
2019-09-15 14:32:31 +00:00

3 lines
121 B
Bash

#!/bin/sh
set -e
echo '* * * * * python3 /var/www/html/sam/src/run_daemon.py' | crontab - && crond -f -L /dev/stdout