hottub/entrypoint.sh
jblu 9450cc7546
All checks were successful
continuous-integration/drone/push Build is passing
moved to supercronic
2023-06-25 23:55:56 -05:00

7 lines
182 B
Bash

#!/bin/sh
CRON_CONFIG_FILE="/opt/crontab"
echo "${CRON} echo Come in the water is fine. >/dev/null" > $CRON_CONFIG_FILE
exec supercronic -passthrough-logs -quiet $CRON_CONFIG_FILE