Update modifyConfiguration.js
parent
3a24b7453f
commit
7bc9f754e8
|
@ -60,6 +60,6 @@ const configPath = config.thisIsDocker ? "/config/conf.json" : configLocation;
|
||||||
const configData = JSON.stringify(config,null,3);
|
const configData = JSON.stringify(config,null,3);
|
||||||
|
|
||||||
fs.writeFile(configPath, configData, () => {
|
fs.writeFile(configPath, configData, () => {
|
||||||
onsole.log('Changes Complete. Here is what it is now.');
|
console.log('Changes Complete. Here is what it is now.');
|
||||||
console.log(JSON.stringify(config, null, 2));
|
console.log(JSON.stringify(config, null, 2));
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue