bugfixes for defaults
This commit is contained in:
parent
e3153c5c8b
commit
1ce3964aab
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue