[#610] Fix updateServers finding logic #610
1 changed files with 1 additions and 1 deletions
|
@ -1053,8 +1053,8 @@ func (a *App) updateServers() error {
|
|||
if err := ser.UpdateCert(serverInfo.TLS.CertFile, serverInfo.TLS.KeyFile); err != nil {
|
||||
return fmt.Errorf("failed to update tls certs: %w", err)
|
||||
}
|
||||
found = true
|
||||
}
|
||||
found = true
|
||||
} else if unbind := a.updateUnbindServerInfo(serverInfo); unbind {
|
||||
found = true
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue