Commit 22e79516d1682d070791072a3040b7b6db75a610
1 parent
1e198f8a
Exists in
master
and in
1 other branch
Oups
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/Request/ProcessRequestImpl/Process/ProcessClass.php
... | ... | @@ -279,8 +279,8 @@ class ProcessClass |
279 | 279 | if (!chdir($this->runningPath)) |
280 | 280 | return false; |
281 | 281 | |
282 | - //if (!$keep_log && file_exists($this->outputFile)) | |
283 | - // unlink($this->outputFile); | |
282 | + if (!$keep_log && file_exists($this->outputFile)) | |
283 | + unlink($this->outputFile); | |
284 | 284 | |
285 | 285 | if (file_exists($this->exitCodeFile)) |
286 | 286 | unlink($this->exitCodeFile); |
... | ... |