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