Commit aa99a701effc25b7df17e35ef3dfd921cb335f64
1 parent
b302ab2c
Exists in
master
and in
55 other branches
fix 2 output files for webservices
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,7 +119,7 @@ class WSInputOutputParamsDownloadClass extends IHMInputOutputParamsAbstractClass | ||
119 | $this->paramsData->addWaitingResult(WSInputOutputClass::getService(), $resultFile.$extension); | 119 | $this->paramsData->addWaitingResult(WSInputOutputClass::getService(), $resultFile.$extension); |
120 | 120 | ||
121 | // internal kernel output | 121 | // internal kernel output |
122 | - $postProcessCmd = "mv ".$resultFilePrefix."*"; | 122 | + $postProcessCmd = "mv ".$resultFilePrefix."*[0-9]"; |
123 | 123 | ||
124 | $postProcessCmd .= $extension; | 124 | $postProcessCmd .= $extension; |
125 | $postProcessCmd .= " ".WSConfigClass::getWsResultDir().$resultFile.$extension; | 125 | $postProcessCmd .= " ".WSConfigClass::getWsResultDir().$resultFile.$extension; |