Skip to content

Commit

Permalink
Update cli_cloud.php
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCartpenter authored Oct 5, 2023
1 parent 6e7b74d commit e5f13a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/install/cli_cloud.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public function install($argv): string {

try {
// Database
$db = new \Opencart\System\Library\DB($db_driver, $db_hostname, $db_username, $db_password, $db_database, $db_port,$db_ssl_key,$db_ssl_cert,$db_ssl_ca);
$db = new \Opencart\System\Library\DB($db_driver, $db_hostname, $db_username, $db_password, $db_database, $db_port, $db_ssl_key, $db_ssl_cert, $db_ssl_ca);
} catch (\Exception $e) {
return 'ERROR: Could not make a database link using ' . $db_username . '@' . $db_hostname . '!' . "\n";
}
Expand Down

0 comments on commit e5f13a4

Please sign in to comment.