aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-01-25 09:21:14 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-01-25 09:21:14 +0000
commit221b5bd0e7715bd3f8f7d324bf97937edbf5c13d (patch)
treeab01f17fd4c02bff2c0417096283a81ba97a7c70 /conf
parent9a0cc7bdc5510009bab05c99f89b6a1c456549e6 (diff)
Zurich overdue script needs cron wrapper.
Diffstat (limited to 'conf')
-rw-r--r--conf/crontab.ugly2
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
!!(* } *)!!