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

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