diff --git a/pre-entrypoint.sh b/pre-entrypoint.sh index 25a3576..a800841 100644 --- a/pre-entrypoint.sh +++ b/pre-entrypoint.sh @@ -1,6 +1,9 @@ #!/usr/bin/env bash set -Eeo pipefail +echo "Pre-start $@" +echo "Pre-start $1 $2 $3" + echo "Creating CRON entry for rake redmine:send_reminders" echo "$REDMINE_SEND_REMINDERS_CRON_EXPR root cd /usr/src/redmine && rake redmine:send_reminders days=$REDMINE_SEND_REMINDERS_DAYS RAILS_ENV=production" > /etc/cron.d/redmine chmod 0644 /etc/cron.d/redmine