mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-04 11:31:23 +01:00
changing info to warn when config file not found
This commit is contained in:
2
app.js
2
app.js
@@ -134,7 +134,7 @@ if(nconf.get('upgrade')) {
|
||||
} else {
|
||||
// New install, ask setup questions
|
||||
if (nconf.get('setup')) winston.info('NodeBB Setup Triggered via Command Line');
|
||||
else winston.info('Configuration not found, starting NodeBB setup');
|
||||
else winston.warn('Configuration not found, starting NodeBB setup');
|
||||
|
||||
var install = require('./src/install');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user