This commit is contained in:
Timendum 2018-06-11 15:39:18 +02:00
parent 93e2649354
commit afb55f7851

View file

@ -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