1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
Daniel Neto 2023-05-16 14:46:55 -03:00
parent 0b8a28d1b2
commit cc3e99db54

View file

@ -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}";