launch nodebb after install

This commit is contained in:
psychobunny
2015-04-22 15:51:14 -04:00
parent ddd5c49461
commit e8ea1e12a1

View File

@@ -97,6 +97,8 @@ function install(req, res) {
function launch(req, res) {
res.json({});
server.close();
}
function compileLess(callback) {