Skip to content

Commit

Permalink
Temporarily disable the setup service for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinguidee committed Oct 13, 2023
1 parent 5831417 commit 01edd1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func (r *Router) initServices(about types.About) {
notificationsService = services.NewNotificationsService(r.ctx, settingsFSAdapter)
dependenciesService = services.NewDependenciesService(r.ctx, about.Version)
settingsService = services.NewSettingsService(settingsFSAdapter)
services.NewSetupService(r.ctx)
//services.NewSetupService(r.ctx)
hardwareService = services.NewHardwareService()
sshService = services.NewSshService(sshKernelApiAdapter)
}
Expand Down

0 comments on commit 01edd1a

Please sign in to comment.