From: Vincent Vanwaelscappel Date: Thu, 7 Apr 2022 19:29:14 +0000 (+0200) Subject: wip #5220 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=9305c77e14282524e2a26a65fd5b21d846c42e9e;p=fluidbook_processfarm.git wip #5220 --- diff --git a/src/Process.php b/src/Process.php index 0f9af17..4d1fa93 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/wwww/fluidbook/docs/', __DIR__ . '/../files/',$this->getOut()); + return str_replace('/data1/extranet/www/fluidbook/docs/', realpath(__DIR__ . '/../files/'),$this->getOut()); } /**