added upgrade file and nconf check

This commit is contained in:
Baris Soner Usakli
2013-08-09 15:17:50 -04:00
parent 917468d676
commit 04e0d075ec
2 changed files with 9 additions and 1 deletions

6
src/upgrade.js Normal file
View File

@@ -0,0 +1,6 @@
exports.upgrade = function() {
console.log('upgrading nodebb now');
}