From 5e6bb4a44f30d57fbe67dedcb9efb064b5080a70 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Mon, 11 May 2020 14:42:35 +0000 Subject: [PATCH] Added missing notify-expirations script to bin/daily - Legacy-Id: 17777 --- bin/daily | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/daily b/bin/daily index b69e823b3..37b7a44d9 100755 --- a/bin/daily +++ b/bin/daily @@ -42,6 +42,9 @@ $DTDIR/ietf/manage.py run_yang_model_checks -v0 # Enable when removed from /a/www/ietf-datatracker/scripts/Cron-runner: $DTDIR/ietf/bin/expire-ids +# Send notifications about coming expirations +$DTDIR/ietf/bin/notify-expirations + # Send nomcom reminders about nomination acceptance and questionnaires $DTDIR/ietf/manage.py send_reminders