#!/bin/sh set -eu : "${CRON_SCHEDULE:=15 2 * * *}" : "${APP_TIMEZONE:=UTC}" export TZ="${TZ:-$APP_TIMEZONE}" cat > /tmp/crontab <