chore: remove early return in doUpdate when custom update is set

This commit is contained in:
Adam Shiervani 2025-11-18 15:04:05 +01:00
parent f1eb38fd5e
commit 6aa740d3b2
1 changed files with 0 additions and 1 deletions

View File

@ -231,7 +231,6 @@ func (s *State) doUpdate(ctx context.Context, params UpdateParams) error {
if _, err := s.setAutoUpdate(false); err != nil {
scopedLogger.Warn().Err(err).Msg("Failed to disable auto-update")
}
return nil
}
scopedLogger.Info().Msg("System Rebooting due to OTA update")