diff options
author | Robin Houston <robin@lenny.robin> | 2011-06-29 22:18:14 +0100 |
---|---|---|
committer | Robin Houston <robin@lenny.robin> | 2011-06-29 22:18:14 +0100 |
commit | 58fc6c70b211bb6acc913405e5b7e6457eb5546a (patch) | |
tree | 97e4f303774948f590d7921243b9e7211fb91795 | |
parent | 2ee00e2716d7db65b909789021fed84f76a06db3 (diff) |
Remove the residual addititional # mark from when the “Every 10 minutes” section was commented out
-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 d67eec769..5820151a0 100644 --- a/config/crontab.ugly +++ b/config/crontab.ugly @@ -11,7 +11,7 @@ MAILTO=cron-!!(*= $site *)!!@mysociety.org # Every 5 minutes */5 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/update-xapian-index.lock /data/vhost/!!(*= $vhost *)!!/!!(*= $vcspath *)!!/script/update-xapian-index || echo "stalled?" -# # Every 10 minutes +# Every 10 minutes 5,15,25,35,45,55 * * * * !!(*= $user *)!! /etc/init.d/foi-alert-tracks check # Once an hour |