diff options
author | Struan Donald <struan@exo.org.uk> | 2013-01-08 16:15:39 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-01-08 16:15:39 +0000 |
commit | 24728ae3ad06761c59ab84ebe63dd3e02d3dcbc5 (patch) | |
tree | 86d97d4d24e9ed6a2d93aada73c744cbfd199e36 | |
parent | 608a6d7aed6fa068c58055fd9ea7d7218309fd5f (diff) |
correct typo
-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 cd30902b0..5c6e92662 100644 --- a/conf/crontab.ugly +++ b/conf/crontab.ugly @@ -37,7 +37,7 @@ MAILTO=!!(*= $user *)!!@mysociety.org 0 0-7,9-23 * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/open311-populate-service-list.lock "/data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/cron-wrapper open311-populate-service-list" || echo "stalled?" 0 8 * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/open311-populate-service-list.lock "/data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/cron-wrapper open311-populate-service-list --warn" || echo "stalled?" -!!(* } elsif ($vhost eq 'seeseomthing.mysociety.org') { *)!! +!!(* } elsif ($vhost eq 'seesomething.mysociety.org') { *)!! 5,10,15,20,25,30,35,40,45,50,55 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-reports.lock "/data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/cron-wrapper send-reports" || echo "stalled?" 0 0-7,9-11,13-15,17-23 * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-reports.lock "/data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/cron-wrapper send-reports" || echo "stalled?" 0 8,12,16 * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-reports.lock "/data/vhost/!!(*= $vhost *)!!/fixmystreet/bin/cron-wrapper send-reports --verbose" || echo "stalled?" |