Commit c119af2184870abbe3875ca87c3e31b518b9df70

Authored by Hacene SI HADJ MOHAND
2 parents 79d4f2a1 ef39e50d

Merge branch 'master' of https://gitlab.irap.omp.eu/CDPP/AMDA_Integration

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/Request/ProcessRequestImpl/Process/ProcessClass.php
@@ -246,7 +246,7 @@ class ProcessClass @@ -246,7 +246,7 @@ class ProcessClass
246 $cmd = "pkill -TERM -P $this->pID"; 246 $cmd = "pkill -TERM -P $this->pID";
247 //$cmd = 'kill '.$this->pID; 247 //$cmd = 'kill '.$this->pID;
248 exec($cmd); 248 exec($cmd);
249 - return !$this->isRunning(); 249 + return TRUE;
250 } 250 }
251 251
252 /* 252 /*