From 9c75a1e5fe28bed2ef75abb2551f4d6b9e2ea0c3 Mon Sep 17 00:00:00 2001 From: bubanga Date: Sun, 8 Nov 2020 12:56:17 +0100 Subject: [PATCH] Update ServerManagerSsh.php --- src/ServerManagerSsh.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ServerManagerSsh.php b/src/ServerManagerSsh.php index 42b1dc9..50ee05d 100644 --- a/src/ServerManagerSsh.php +++ b/src/ServerManagerSsh.php @@ -95,8 +95,6 @@ public function run(array $parameters, string $path, bool $strictPort = true): b if ($strictPort) $command .= " --port " . $this->port; - echo $command; - return $this->getSsh()->terminal($command); } @@ -368,4 +366,4 @@ public function getRunTime(): ?string return (string) $time[0]; } -} \ No newline at end of file +}