mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 08:25:46 +01:00
save package_manager into config.json if set in setup.json
This commit is contained in:
@@ -157,6 +157,11 @@ function completeConfigSetup(config, next) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Add package_manager object if set
|
||||||
|
if (nconf.get('package_manager')) {
|
||||||
|
config.package_manager = nconf.get('package_manager');
|
||||||
|
}
|
||||||
|
|
||||||
nconf.overrides(config);
|
nconf.overrides(config);
|
||||||
async.waterfall([
|
async.waterfall([
|
||||||
function (next) {
|
function (next) {
|
||||||
|
|||||||
Reference in New Issue
Block a user