mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 22:45:46 +01:00
closes #1912
This commit is contained in:
@@ -176,6 +176,9 @@ function setupConfig(next) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function completeConfigSetup(err, config, next) {
|
function completeConfigSetup(err, config, next) {
|
||||||
|
if (err) {
|
||||||
|
return next(err);
|
||||||
|
}
|
||||||
// Add CI object
|
// Add CI object
|
||||||
if (install.ciVals) {
|
if (install.ciVals) {
|
||||||
config.test_database = {};
|
config.test_database = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user