mirror of https://github.com/jetkvm/kvm.git
Merge branch 'dev' into fix/network-state-change
This commit is contained in:
commit
7f8b0b01fa
|
|
@ -231,6 +231,7 @@ func (s *State) doUpdate(ctx context.Context, params UpdateParams) error {
|
|||
if !appUpdate.pending && !systemUpdate.pending {
|
||||
scopedLogger.Info().Msg("No updates available")
|
||||
s.updating = false
|
||||
s.triggerStateUpdate()
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue