hottub/entrypoint.sh

7 lines
182 B
Bash
Raw Permalink Normal View History

2023-06-25 23:55:56 -05:00
#!/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