fleet/orbit/pkg/update/execcmd_stub.go
Roberto Dip 1eb1e93e26
don't automatically kickstart softwareupdated in Orbit (#12072)
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.
2023-06-02 12:33:40 -03:00

7 lines
91 B
Go

//go:build !darwin
package update
func runRenewEnrollmentProfile() error {
return nil
}