Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Jan 16, 2024
1 parent b5a0557 commit d46847a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/CloneSite/cloneServer.json.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
_error_log("Clone: Dump to $sqlFile");
exec($cmd . " 2>&1", $output, $return_val);
if (!file_exists($sqlFile)) {
_error_log("Clone: error {$sqlFile} does not exists [$cmd] " . json_encode($output));
_error_log("Clone: error {$sqlFile} does not exists" . json_encode($output));
}else{
_error_log("Clone: {$sqlFile} exists ");
}
Expand Down

0 comments on commit d46847a

Please sign in to comment.