SFR : Correction utilisation paramètres cron

This commit is contained in:
Michael RICOIS 2013-10-02 15:00:57 +00:00
parent 2ba8501b1b
commit 0e07475afc

View File

@ -1,8 +1,8 @@
<?php
/*
* Crontab
* 30 19 * * 1-6 scores php /home/scores/batch/scripts/clients/SfrIndicateur.php --cron --load >> /home/scores/log/SfrIndicateur.log
* 30 22 * * 1-6 scores php /home/scores/batch/scripts/clients/SfrIndicateur.php --evaluate >> /home/scores/log/SfrIndicateur.log
* 00 20 * * 1-6 scores php /home/scores/batch/scripts/clients/SfrIndicateur.php --cron --load >> /home/scores/log/SfrIndicateur.log
* 30 22 * * 1-6 scores php /home/scores/batch/scripts/clients/SfrIndicateur.php --cron --evaluate >> /home/scores/log/SfrIndicateur.log
*/
error_reporting(E_ALL ^ E_STRICT ^ E_NOTICE ^ E_WARNING);
//error_reporting(E_ALL ^ E_STRICT ^ E_NOTICE);
@ -241,7 +241,7 @@ if ( $opts->cron ) {
/**
* Chargement du fichier avec premières vérifications
*/
if ($opts->load) {
if ($opts->load && !$opts->evaluate) {
//Lire et vérifier le fichier
if ( checkFile($opts->load, $fileOptionsIn) )