mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
Related to #11777, this disables the kickstart of softwareupdated in Orbit. I have kept the `--disable-kickstart-softwareupdated` for backwards compatibility, but it doesn't have any effect anymore.
7 lines
91 B
Go
7 lines
91 B
Go
//go:build !darwin
|
|
|
|
package update
|
|
|
|
func runRenewEnrollmentProfile() error {
|
|
return nil
|
|
}
|