qbit-maid/entrypoint.sh

7 lines
164 B
Bash
Raw Permalink Normal View History

2023-06-04 13:05:26 -05:00
#!/bin/sh
2023-06-23 04:02:05 -05:00
CRON_CONFIG_FILE="/opt/crontab"
2023-06-04 13:05:26 -05:00
2023-06-23 04:02:05 -05:00
echo "${CRON} python /opt/qbit-maid.py" > $CRON_CONFIG_FILE
exec supercronic -passthrough-logs -quiet $CRON_CONFIG_FILE