phc/entrypoint.sh
Jonathan Branan 1ac06a288a
All checks were successful
continuous-integration/drone/push Build is passing
added supercronic
2023-06-22 03:22:16 -05:00

7 lines
154 B
Bash

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