Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
renaming template files
Browse files Browse the repository at this point in the history
  • Loading branch information
sc979 committed Jan 24, 2020
1 parent e49d18b commit 8e7b87a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/install/steps/process/configFileSetup.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
* configuration file used by the Gorgone daemon module
*/
$gorgoneDatabaseFile = $centreonEtcPath . '/config.d/10-database.yaml';
$contents = file_get_contents('../../var/gorgone/gorgoneDatabaseTemplate.yaml');
$contents = file_get_contents('../../var/databaseTemplate.yaml');
$contents = preg_replace($patterns, $replacements, $contents);
file_put_contents($gorgoneDatabaseFile, $contents);

Expand Down

0 comments on commit 8e7b87a

Please sign in to comment.