changing info to warn when config file not found

v1.18.x
Julian Lam 12 years ago
parent 1d52557562
commit 418700ce3f

@ -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');

Loading…
Cancel
Save