update cronfile
All checks were successful
ci / docker (push) Successful in 37s

This commit is contained in:
2026-04-09 14:04:09 -05:00
parent 9c81634e31
commit 8df1312cd3

View File

@@ -2,7 +2,7 @@
CRON_CONFIG_FILE="/etc/crontabs/root"
echo "${CRON} python /opt/crane.py" >> $CRON_CONFIG_FILE
echo "${CRON} python /opt/crane.py" > $CRON_CONFIG_FILE
echo "@reboot python /opt/crane.py" >> $CRON_CONFIG_FILE
exec crond -f