seafile-backup/entrypoint.sh
jblu ae8320118a
All checks were successful
continuous-integration/drone/push Build is passing
attempting to fix docker run issues
2024-06-08 14:04:21 -05:00

7 lines
169 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