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
|
||||
cfg = &config.Struct{
|
||||
Hostname: instance,
|
||||
Update: &config.UpdateStruct{},
|
||||
}
|
||||
} else {
|
||||
return err
|
||||
|
Loading…
x
Reference in New Issue
Block a user