Commit 84edead620c3c6d8c3bad273d0eb04b1d7c61eb6
Exists in
master
and in
55 other branches
Merge branch 'master' into new-save-plot-request
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/InputOutput/WSImpl/Params/DownloadImpl/WSInputOutputParamsDownloadClass.php
... | ... | @@ -119,7 +119,7 @@ class WSInputOutputParamsDownloadClass extends IHMInputOutputParamsAbstractClass |
119 | 119 | $this->paramsData->addWaitingResult(WSInputOutputClass::getService(), $resultFile.$extension); |
120 | 120 | |
121 | 121 | // internal kernel output |
122 | - $postProcessCmd = "mv ".$resultFilePrefix."*"; | |
122 | + $postProcessCmd = "mv ".$resultFilePrefix."*[0-9]"; | |
123 | 123 | |
124 | 124 | $postProcessCmd .= $extension; |
125 | 125 | $postProcessCmd .= " ".WSConfigClass::getWsResultDir().$resultFile.$extension; | ... | ... |