iris/core/maintenance/maintenance.go

7 lines
156 B
Go

package maintenance
// Start starts the maintenance process.
func Start(globalConfigurationExisted bool) {
CheckForUpdates(!globalConfigurationExisted)
}