From 8df1312cd3e480040c2b2c18c391f5e9cd6c238e Mon Sep 17 00:00:00 2001 From: jblu Date: Thu, 9 Apr 2026 14:04:09 -0500 Subject: [PATCH] update cronfile --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 682095e..0813991 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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 \ No newline at end of file