WIP
This commit is contained in:
parent
0aa457680c
commit
47db8e9ead
7 changed files with 136 additions and 114 deletions
|
|
@ -87,7 +87,7 @@ function poll (req, res) {
|
|||
console.log('DEBUG2: %j, %s, %s', reboots, reboot, pid)
|
||||
const langs = config.languages.machineLanguages
|
||||
|
||||
console.log('DEBUG33')
|
||||
console.log('DEBUG33.1')
|
||||
|
||||
const locale = {
|
||||
currency: config.currencies.fiatCurrency,
|
||||
|
|
@ -411,8 +411,8 @@ function init (opts) {
|
|||
localApp.post('/dbChange', (req, res) => {
|
||||
return configManager.load()
|
||||
.then(config => {
|
||||
plugins.configure(config)
|
||||
logger.info('Config reloaded')
|
||||
return plugins.configure(config)
|
||||
.then(() => logger.info('Config reloaded'))
|
||||
})
|
||||
.catch(logger.error)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue