Files
crane/entrypoint.sh
jblu 8df1312cd3
All checks were successful
ci / docker (push) Successful in 37s
update cronfile
2026-04-09 14:04:09 -05:00

8 lines
177 B
Bash

#!/bin/sh
CRON_CONFIG_FILE="/etc/crontabs/root"
echo "${CRON} python /opt/crane.py" > $CRON_CONFIG_FILE
echo "@reboot python /opt/crane.py" >> $CRON_CONFIG_FILE
exec crond -f