mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 21:20:29 +00:00
fix(ssl): do not remove SSL directory
This commit is contained in:
@@ -61,7 +61,6 @@ class StartPostgresql
|
||||
});
|
||||
} 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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user