Backport
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Wed, 11 Apr 2007 08:00:35 +0000 (08:00 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Wed, 11 Apr 2007 08:00:35 +0000 (08:00 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1684 839d8a87-29fc-0310-9880-83ba4fa771e5

configs/platal.cron.in

index 10ebba3..82c815c 100644 (file)
@@ -25,5 +25,5 @@ WD=/home/web/prod/platal/bin/cron
 15 * * * *      web     cd $WD; ./axletter.send.php | mail -e -s "envoi d'un mail de l'AX" br@staff.m4x.org
 
 # homonymes
-0 0 4 * * *    web     cd $WD; ./homonymes.php
+0 0 4 * *      web     cd $WD; ./homonymes.php
 # vim:set noet syntax=crontab ts=8 sw=8 sts=8 enc=utf-8: