mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-26 08:31:22 +01:00
adding a bit of logging when launching NodeBB from the web installer
This commit is contained in:
@@ -103,6 +103,9 @@ function launch(req, res) {
|
||||
stdio: ['ignore', 'ignore', 'ignore']
|
||||
});
|
||||
|
||||
process.stdout.write('\nStarting NodeBB\n');
|
||||
process.stdout.write(' "./nodebb stop" to stop the NodeBB server\n');
|
||||
process.stdout.write(' "./nodebb log" to view server output\n');
|
||||
|
||||
child.unref();
|
||||
process.exit(0);
|
||||
|
||||
Reference in New Issue
Block a user