seafile-backup/entrypoint.sh

7 lines
175 B
Bash
Raw Normal View History

2024-06-03 12:47:31 -05:00
#!/bin/sh
CRON_CONFIG_FILE="/opt/crontab"
echo "${CRON} python /opt/seafile-backup.py" > $CRON_CONFIG_FILE
2023-08-15 21:35:05 -05:00
exec supercronic -passthrough-logs -quiet $CRON_CONFIG_FILE