mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-26 00:21:16 +01:00
Arguments supports for start command (#5843)
* backport cache fix * backport paste image fix * backport crash fix * up emoji one * Update package.json * backport #5692 * Incremented version number - v1.5.1 * Incremented version number - v1.5.2 * arguments supports for start command remove concat
This commit is contained in:
committed by
Barış Soner Uşaklı
parent
00e588b648
commit
5e16933c1f
2
nodebb
2
nodebb
@@ -308,7 +308,7 @@ var commands = {
|
||||
process.stdout.write(' "' + './nodebb restart'.yellow + '" to restart NodeBB\n\n'.reset);
|
||||
|
||||
// Spawn a new NodeBB process
|
||||
cproc.fork(loaderPath, {
|
||||
cproc.fork(loaderPath, process.argv.slice(3), {
|
||||
env: process.env,
|
||||
});
|
||||
},
|
||||
|
||||
@@ -137,4 +137,4 @@
|
||||
"url": "https://github.com/barisusakli"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user