mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
update
This commit is contained in:
parent
0b8a28d1b2
commit
cc3e99db54
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ exec($cmd . " 2>&1", $output, $return_val);
|
|||
if ($return_val !== 0) {
|
||||
$log->add("Clone Error: " . print_r($output, true));
|
||||
}
|
||||
$log->add("Clone: Nice! we got the MySQL Dump file");
|
||||
$log->add("Clone: Nice! we got the MySQL Dump file [{$objClone->cloneSiteURL}videos/cache/clones/{$json->sqlFile}]");
|
||||
|
||||
// remove the first warning line
|
||||
$file = "{$clonesDir}{$json->sqlFile}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue