From e8ea1e12a12f930c990905150f00662fbb6e9f1b Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 22 Apr 2015 15:51:14 -0400 Subject: [PATCH] launch nodebb after install --- install/web.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/web.js b/install/web.js index f406d3ba35..af9db0a9da 100644 --- a/install/web.js +++ b/install/web.js @@ -97,6 +97,8 @@ function install(req, res) { function launch(req, res) { res.json({}); + + server.close(); } function compileLess(callback) {