From: Stéphane Jacob Date: Mon, 5 Jul 2010 07:26:28 +0000 (+0200) Subject: Fixes file name in cron configuration. X-Git-Tag: xorg/1.0.1~15^2~54 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=0554f70a322c69cf35b622bcf76f2c25013c43c1;p=platal.git Fixes file name in cron configuration. Signed-off-by: Stéphane Jacob --- diff --git a/configs/platal.cron.in b/configs/platal.cron.in index f445da4..efc0a14 100644 --- a/configs/platal.cron.in +++ b/configs/platal.cron.in @@ -11,7 +11,7 @@ WD=/home/web/prod/platal/bin/cron 0 22 * * * web cd $WD; ./phones.check.php > /dev/null # inscription report -0 6 * * 1 web cd $WD; ./rapports_inscription.php +0 6 * * 1 web cd $WD; ./registrations.php # notifs 0 2 * * * web cd $WD; ./notifs.birthday.php