Correction chemin script enrichissement
This commit is contained in:
parent
7b0d69e7dc
commit
26ef12a99d
@ -69,7 +69,7 @@ if ( count($result)>0 ) {
|
||||
if (count($result)>0) {
|
||||
$info = $result->current();
|
||||
echo "Lancement enrichissement $info->id\n";
|
||||
exec(realpath(dirname(__FILE__))."/enrichissement.php --id ".$info->id." &");
|
||||
exec(realpath(dirname(__FILE__))."/jobs/enrichissement.php --id ".$info->id." &");
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user