From: Nicolas Iooss Date: Mon, 10 Mar 2014 17:56:03 +0000 (+0100) Subject: Fix platal.cron X-Git-Tag: xorg/1.1.13~15^2~10 X-Git-Url: http://git.polytechnique.org/?p=platal.git;a=commitdiff_plain;h=2c5e924a54d4cdef26f71f7018449b938f34fd22 Fix platal.cron Commit c0c966f5 broke the cron file: cron[18983]: Error: bad hour; while reading /etc/cron.d/platal /usr/sbin/cron[18983]: (*system*platal) ERROR (Syntax error, this crontab file will be ignored) --- diff --git a/configs/platal.cron.in b/configs/platal.cron.in index 82a09d2..e622412 100644 --- a/configs/platal.cron.in +++ b/configs/platal.cron.in @@ -9,7 +9,7 @@ WD=/home/web/prod/platal/bin/cron 0 20 2-31 * * web cd $WD; ./emails.check.php | mail -e -s "Qualite de l'annuaire" hotliners@staff.m4x.org 0 20 1 * * web cd $WD; ./emails.check.php -v | mail -e -s "Qualite de l'annuaire : verbeux" hotliners@staff.m4x.org 0 22 * * * web cd $WD; ./phones.check.php > /dev/null -0 30 * * 1 web cd $WD; ./bestmail.check.php +30 22 * * 1 web cd $WD; ./bestmail.check.php # inscription report 0 6 * * 1 web cd $WD; ./registrations.php