seafile-backup/entrypoint.sh
jblu f17988bfa9
All checks were successful
continuous-integration/drone/push Build is passing
changed the healthcheck
2024-06-03 12:47:31 -05:00

7 lines
175 B
Bash

#!/bin/sh
CRON_CONFIG_FILE="/opt/crontab"
echo "${CRON} python /opt/seafile-backup.py" > $CRON_CONFIG_FILE
exec supercronic -passthrough-logs -quiet $CRON_CONFIG_FILE