mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 06:55:46 +01:00
updated error text to show proper setup command
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user