mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-22 23:23:42 -06:00
Fixed path while generating config file
This commit is contained in:
parent
566ee7ef6f
commit
fe708333b1
@ -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 New Issue
Block a user