diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-01-25 09:21:14 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-01-25 09:21:14 +0000 |
commit | 221b5bd0e7715bd3f8f7d324bf97937edbf5c13d (patch) | |
tree | ab01f17fd4c02bff2c0417096283a81ba97a7c70 /conf | |
parent | 9a0cc7bdc5510009bab05c99f89b6a1c456549e6 (diff) |
Zurich overdue script needs cron wrapper.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/crontab.ugly | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/crontab.ugly b/conf/crontab.ugly index c1de3d66f..9330b43f3 100644 --- a/conf/crontab.ugly +++ b/conf/crontab.ugly @@ -66,5 +66,5 @@ my %no_alerts = map { $_ => 1 } @no_alerts; 00 8 * * * !!(*= $user *)!! /data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/check-for-zombies !!(*= $user *)!! !!(* if ($vhost =~ /zurich/) { *)!! -30 0 * * * !!(*= $user *)!! /data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/zurich-overdue-alert +30 0 * * * !!(*= $user *)!! /data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/cron-wrapper zurich-overdue-alert !!(* } *)!! |