From 6a69551e33faffa322cc445825cea7e7822b559b Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 3 Oct 2018 12:22:11 +0000 Subject: [PATCH] The nomcom send_reminders command was not being run daily. Fixed that. - Legacy-Id: 15519 --- bin/daily | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/daily b/bin/daily index 25e45388d..6708c76d9 100755 --- a/bin/daily +++ b/bin/daily @@ -35,6 +35,9 @@ $DTDIR/ietf/manage.py run_yang_model_checks # Enable when removed from /a/www/ietf-datatracker/scripts/Cron-runner: $DTDIR/ietf/bin/expire-ids +# Send nomcom reminders about nomination acceptance and questionnaires +$DTDIR/ietf/manage.py send_reminders + # Expire last calls # Enable when removed from /a/www/ietf-datatracker/scripts/Cron-runner: $DTDIR/ietf/bin/expire-last-calls