From 0554f70a322c69cf35b622bcf76f2c25013c43c1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Mon, 5 Jul 2010 09:26:28 +0200 Subject: [PATCH] Fixes file name in cron configuration. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- configs/platal.cron.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4