mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-09 23:45:45 +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'];
|
ALLOWED_MODULES = ['hash', 'list', 'sets', 'sorted'];
|
||||||
|
|
||||||
if(!primaryDBName) {
|
if(!primaryDBName) {
|
||||||
winston.info('Database type not set! Run node app --setup');
|
winston.info('Database type not set! Run ./nodebb setup');
|
||||||
process.exit();
|
process.exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user