From a7e1c01e3e0d83a52d3f3f26f875919bd0308325 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 7 Apr 2022 21:30:02 +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 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()); } /** -- 2.39.5