mirror of
https://github.com/timendum/Youtube-dl-WebUI.git
synced 2025-03-01 08:03:28 +08:00
Typo fix
This commit is contained in:
parent
93e2649354
commit
afb55f7851
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue