summaryrefslogtreecommitdiffstats
path: root/mdkupdate
diff options
context:
space:
mode:
Diffstat (limited to 'mdkupdate')
-rwxr-xr-xmdkupdate2
1 files changed, 2 insertions, 0 deletions
diff --git a/mdkupdate b/mdkupdate
index 16999bf4..a2ace304 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -180,6 +180,8 @@ if (!$bundle) {
$in->ask_warn(N("Error"), N("Failed to authenticate to the bundle server:\n\n%s", $reg_host->{message}));
exit(3);
}
+ # we've no previous config so add missing fields to server's answer:
+ $reg_host->{data}{user_email} ||= $bundle_vars{USER};
mdkonline::write_wide_conf($reg_host);
}