Commit c119af2184870abbe3875ca87c3e31b518b9df70
Exists in
master
and in
55 other branches
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 | /* |