diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-06-25 12:46:26 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-06-25 12:46:26 +0100 |
commit | c99c9ef86c9020939cf8d0930faca5bd206e111f (patch) | |
tree | be011c0821d2d4d1bb7bf936bd47657de26792c6 /config/crontab-example | |
parent | a9389e60e3e2f912ef3131351ab37551a3929a2a (diff) | |
parent | a6c11111cd7247511bea3f1de7c42ff5deaa1c3f (diff) |
Merge branch 'convert-crontab-mailto' into rails-3-develop
Diffstat (limited to 'config/crontab-example')
-rw-r--r-- | config/crontab-example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/crontab-example b/config/crontab-example index deca271af..212a4a689 100644 --- a/config/crontab-example +++ b/config/crontab-example @@ -5,7 +5,7 @@ # Email: hello@mysociety.org. WWW: http://www.mysociety.org/ PATH=/usr/local/bin:/usr/bin:/bin -MAILTO=cron-!!(*= $site *)!!@mysociety.org +MAILTO=!!(*= $mailto *)!! # Every 5 minutes */5 * * * * !!(*= $user *)!! !!(*= $vhost_dir *)!!/!!(*= $vcspath *)!!/commonlib/bin/run-with-lockfile.sh -n !!(*= $vhost_dir *)!!/change-xapian-database.lock "!!(*= $vhost_dir *)!!/!!(*= $vcspath *)!!/script/update-xapian-index verbose=true" >> !!(*= $vhost_dir *)!!/logs/update-xapian-index.log || echo "stalled?" |