mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-24 05:38:06 +03:00
Fixed path while generating config file
This commit is contained in:
parent
566ee7ef6f
commit
fe708333b1
1 changed files with 1 additions and 1 deletions
|
@ -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('<info>Custom configuration properly generated!</info>');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue