launch nodebb after install

v1.18.x
psychobunny 10 years ago
parent ddd5c49461
commit e8ea1e12a1

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

Loading…
Cancel
Save