diff --git a/scripts/clients/SfrIndicateur.php b/scripts/clients/SfrIndicateur.php index 3c0e0689..0cd5b055 100644 --- a/scripts/clients/SfrIndicateur.php +++ b/scripts/clients/SfrIndicateur.php @@ -1,8 +1,8 @@ > /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) )