refactoring installation scripts to use node prompt module, lots of other fixes

fixed #263, fixed #264, fixed #265
This commit is contained in:
Julian Lam
2013-09-06 22:22:42 -04:00
parent a88ddc2a4d
commit bec0b46a2c
11 changed files with 216 additions and 173 deletions

View File

@@ -24,7 +24,7 @@ var RDB = require('./../redis.js'),
RDB.set('categoryslug:' + slug + ':cid', cid);
if (callback) callback({'status': 1});
if (callback) callback(null);
});
};