diff --git a/lib/Local.php b/lib/Local.php index 69a9973..8be4b8a 100644 --- a/lib/Local.php +++ b/lib/Local.php @@ -118,7 +118,7 @@ public function start($arguments) { system('echo "" > '. '$this->logfile'); else system("echo \"\" > '$this->logfile' "); - $call = $call . "2>&1"; + $call = $call . " 2>&1"; $return_message = shell_exec($call); $data = json_decode($return_message,true); if ($data["state"] != "connected") {