bugfixes for defaults

Este commit está contenido en:
AJ ONeal 2019-11-19 02:32:48 -07:00
padre e3153c5c8b
commit 1ce3964aab
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -581,7 +581,7 @@ function mergeDefaults(MCONF, gconf) {
console.info('[default] serverKeyType: ' + MCONF.serverKeyType);
}
if (false !== MCONF.subscriberEmail) {
if (!MCONF.subscriberEmail && false !== MCONF.subscriberEmail) {
MCONF.subscriberEmail =
gconf.subscriberEmail || gconf.maintainerEmail || undefined;
MCONF.agreeToTerms = gconf.agreeToTerms || undefined;