updated upgrade logic to not break ACP restart flow

This commit is contained in:
Julian Lam
2018-01-02 14:45:21 -05:00
parent a524f9b55f
commit 9b5e0f9e95
4 changed files with 5 additions and 7 deletions

View File

@@ -212,7 +212,7 @@ function upgradePlugins(callback) {
});
} else {
console.log('Package upgrades skipped'.yellow + '. Check for upgrades at any time by running "'.reset + './nodebb upgrade -p'.green + '".'.reset);
callback(null, true);
callback();
}
});
});