From 9305c77e14282524e2a26a65fd5b21d846c42e9e Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 7 Apr 2022 21:29:14 +0200 Subject: [PATCH] wip #5220 --- src/Process.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); } /** -- 2.39.5