mirror of https://github.com/jetkvm/kvm.git
Update internal/ota/ota.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
61c2fa4a88
commit
208552848a
|
|
@ -231,6 +231,7 @@ func (s *State) doUpdate(ctx context.Context, params UpdateParams) error {
|
||||||
if !appUpdate.pending && !systemUpdate.pending {
|
if !appUpdate.pending && !systemUpdate.pending {
|
||||||
scopedLogger.Info().Msg("No updates available")
|
scopedLogger.Info().Msg("No updates available")
|
||||||
s.updating = false
|
s.updating = false
|
||||||
|
s.triggerStateUpdate()
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue