diff options
author | francis <francis> | 2008-02-13 12:10:41 +0000 |
---|---|---|
committer | francis <francis> | 2008-02-13 12:10:41 +0000 |
commit | 3c6db037ee06f0e20c72d4a6cd207571b59ee083 (patch) | |
tree | 5250fe5e732ddd21e65d14dbfa697495ec29dde7 | |
parent | 18c34206fbe12a6e4f4e7feceb660fa8998fd988 (diff) |
Fix wrong path.
-rw-r--r-- | config/crontab.ugly | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/crontab.ugly b/config/crontab.ugly index e9822b7cd..566fceb32 100644 --- a/config/crontab.ugly +++ b/config/crontab.ugly @@ -4,11 +4,11 @@ # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org. WWW: http://www.mysociety.org/ # -# $Id: crontab.ugly,v 1.1 2008-02-12 11:42:10 francis Exp $ +# $Id: crontab.ugly,v 1.2 2008-02-13 12:10:41 francis Exp $ PATH=/usr/local/bin:/usr/bin:/bin MAILTO=team@mysociety.org # Once a day, early morning -23 4 * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!//delete-old-sessions.lock /data/vhost/!!(*= $vhost *)!!/mysociety/foi/scripts/delete-old-sessions || echo "stalled?" +23 4 * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!//delete-old-sessions.lock /data/vhost/!!(*= $vhost *)!!/mysociety/foi/script/delete-old-sessions || echo "stalled?" |