re: #808 -- removed upgrade directives for v0.2.x branch, and added minSchemaDate check so that if you try to upgrade without doing all upgrades in a previous branch, it will abort.

This commit is contained in:
Julian Lam
2014-01-19 18:34:11 -05:00
parent 3624717d84
commit 0c0ae6560a
2 changed files with 22 additions and 131 deletions

2
app.js
View File

@@ -158,7 +158,7 @@
if (err) {
winston.error('There was a problem completing NodeBB setup: ', err.message);
} else {
winston.info('NodeBB Setup Completed. Run \'node app\' to manually start your NodeBB server.');
winston.info('NodeBB Setup Completed. Run \'./nodebb start\' to manually start your NodeBB server.');
}
process.exit();