]> _ Git - fluidbook_processfarm.git/commitdiff
wip #5220
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 7 Apr 2022 19:30:02 +0000 (21:30 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 7 Apr 2022 19:30:02 +0000 (21:30 +0200)
src/Process.php

index 4d1fa9357adbce5ea85d150e5f9177ebbbb4532d..55a6b6c7ab4f8ddf51baecc236233ab7d3ed344a 100644 (file)
@@ -36,7 +36,7 @@ class Process extends ProcessFile
 
     public function getLocalOut()
     {
-        return str_replace('/data1/extranet/www/fluidbook/docs/', realpath(__DIR__ . '/../files/'),$this->getOut());
+        return str_replace('/data1/extranet/www/fluidbook/docs/', realpath(__DIR__ . '/../files/').'/',$this->getOut());
     }
 
     /**