phc/entrypoint.sh

7 lines
154 B
Bash
Raw Permalink Normal View History

2023-06-16 02:11:08 -05:00
#!/bin/sh
2023-06-22 03:22:16 -05:00
CRON_CONFIG_FILE="/opt/crontab"
2023-06-16 02:11:08 -05:00
2023-06-22 03:22:16 -05:00
echo "${CRON} sh /opt/phc.sh" > $CRON_CONFIG_FILE
2023-06-19 19:01:44 -05:00
2023-06-22 03:22:16 -05:00
exec supercronic -passthrough-logs -quiet $CRON_CONFIG_FILE