updated error text to show proper setup command

v1.18.x
Julian Lam 11 years ago
parent 5ec289eee2
commit cda3f9376d

@ -10,7 +10,7 @@ var nconf = require('nconf'),
ALLOWED_MODULES = ['hash', 'list', 'sets', 'sorted'];
if(!primaryDBName) {
winston.info('Database type not set! Run node app --setup');
winston.info('Database type not set! Run ./nodebb setup');
process.exit();
}

Loading…
Cancel
Save