updated error text to show proper setup command

This commit is contained in:
Julian Lam
2014-06-30 14:55:21 -04:00
parent 5ec289eee2
commit cda3f9376d

View File

@@ -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();
}