diff --git a/module/CLI/src/Command/Install/InstallCommand.php b/module/CLI/src/Command/Install/InstallCommand.php index 8d1c533e..68bba5b8 100644 --- a/module/CLI/src/Command/Install/InstallCommand.php +++ b/module/CLI/src/Command/Install/InstallCommand.php @@ -84,7 +84,7 @@ class InstallCommand extends Command // Generate config params files $config = $this->buildAppConfig($params); - $this->configWriter->toFile('config/params/generated_config.php', $config); + $this->configWriter->toFile(__DIR__ . '/../../../../../config/params/generated_config.php', $config, false); $output->writeln('Custom configuration properly generated!'); }