diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-12-17 10:46:33 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-12-17 10:46:33 +0000 |
commit | 9cf3885a4a651b53cb6f342654486e506cca1288 (patch) | |
tree | afce276431baf92fc52b183dbc6cf3e56a5e524c | |
parent | 610eac0af6f8faf426b46f14ecbe9a312b428bb0 (diff) |
Send the annual bank holiday reminder half-way through November, not on the 1st of January, so there's actually time to act on it before the usual Jan 1 Bank Holiday being missing starts resulting in incorrect due dates.
-rw-r--r-- | config/crontab.ugly | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/crontab.ugly b/config/crontab.ugly index 894b464cf..3e07ea200 100644 --- a/config/crontab.ugly +++ b/config/crontab.ugly @@ -35,7 +35,7 @@ MAILTO=cron-!!(*= $site *)!!@mysociety.org 48 2 * * * !!(*= $user *)!! /data/vhost/!!(*= $vhost *)!!/!!(*= $vcspath *)!!/script/user-use-graph # Once a year :) -@yearly !!(*= $user *)!! /bin/echo "A year has passed, please update the bank holidays for the Freedom of Information site, thank you." +0 0 15 11 * !!(*= $user *)!! /bin/echo "A year has passed, please update the bank holidays for the Freedom of Information site, thank you." |