From: Vincent Vanwaelscappel Date: Thu, 7 Apr 2022 19:30:02 +0000 (+0200) Subject: wip #5220 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=a7e1c01e3e0d83a52d3f3f26f875919bd0308325;p=fluidbook_processfarm.git wip #5220 --- diff --git a/src/Process.php b/src/Process.php index 4d1fa93..55a6b6c 100644 --- a/src/Process.php +++ b/src/Process.php @@ -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()); } /**