fix: ensure config.Struct.Update is set in compatibility branch
This commit is contained in:
parent
d90cafaa81
commit
12997053e4
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user