remove unnecessary things

This commit is contained in:
Andras Bacsai
2024-12-03 14:09:51 +01:00
parent 869eaedaf5
commit ec9315f24e
11 changed files with 12 additions and 19 deletions

View File

@@ -25,7 +25,7 @@ class StartRedis
$this->configuration_dir = database_configuration_dir().'/'.$container_name;
$this->commands = [
"echo 'Starting {$database->name}.'",
"echo 'Starting database.'",
"mkdir -p $this->configuration_dir",
];