diff --git a/class/Downloader.php b/class/Downloader.php index a8058b2..103868e 100644 --- a/class/Downloader.php +++ b/class/Downloader.php @@ -279,7 +279,7 @@ class Downloader } if($this->config["log"]) { - $cmd = "{ echo Command: ".escapeshellarg($cmd)."; ".$cmd." }" + $cmd = "{ echo Command: ".escapeshellarg($cmd)."; ".$cmd." }"; $cmd .= " > ".$this->log_path."/$(date +\"%Y-%m-%d_%H-%M-%S-%N\").txt"; } else