From c4047d783d148865636d62292286ed2e901bfc77 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 16 Aug 2021 12:51:03 -0300 Subject: [PATCH] https://github.com/WWBN/AVideo/issues/5548 --- plugin/YPTSocket/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/YPTSocket/functions.php b/plugin/YPTSocket/functions.php index 214561134a..16fa658d00 100644 --- a/plugin/YPTSocket/functions.php +++ b/plugin/YPTSocket/functions.php @@ -133,7 +133,7 @@ function restartServer($kill=true) { $cmd = "php {$global['systemRootPath']}plugin/YPTSocket/server.php"; echo 'Starting server with command ' . $cmd . PHP_EOL; exec($cmd, $output, $retval); - print_r($output); + echo implode(PHP_EOL,$output); echo PHP_EOL; return $retval; }