fix(ssl): do not remove SSL directory
This commit is contained in:
@@ -56,7 +56,6 @@ class StartMysql
|
||||
});
|
||||
} else {
|
||||
$this->commands[] = "echo 'Setting up SSL for this database.'";
|
||||
$this->commands[] = "rm -rf $this->configuration_dir/ssl";
|
||||
$this->commands[] = "mkdir -p $this->configuration_dir/ssl";
|
||||
$server = $this->database->destination->server;
|
||||
$caCert = SslCertificate::where('server_id', $server->id)->firstOrFail();
|
||||
|
||||
Reference in New Issue
Block a user