fix: ensure config.Struct.Update is set in compatibility branch

This commit is contained in:
Michael Stapelberg 2023-01-16 18:03:30 +01:00
parent d90cafaa81
commit 12997053e4

View File

@ -247,6 +247,7 @@ func breakglass() error {
// best-effort compatibility for old setups // best-effort compatibility for old setups
cfg = &config.Struct{ cfg = &config.Struct{
Hostname: instance, Hostname: instance,
Update: &config.UpdateStruct{},
} }
} else { } else {
return err return err