mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-26 08:31:22 +01:00
launch nodebb after install
This commit is contained in:
@@ -97,6 +97,8 @@ function install(req, res) {
|
||||
|
||||
function launch(req, res) {
|
||||
res.json({});
|
||||
|
||||
server.close();
|
||||
}
|
||||
|
||||
function compileLess(callback) {
|
||||
|
||||
Reference in New Issue
Block a user