mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 18:19:33 +00:00
10 lines
221 B
Bash
Executable File
10 lines
221 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
TODAY=`date '+%Y_%m_%d'`
|
|
echo "Running cron-$(basename $0) for ${TODAY}..."
|
|
|
|
cd /boulder
|
|
docker-compose exec -T boulder bin/expiration-mailer --config labca/config/expiration-mailer.json 2>&1
|