mirror of
https://github.com/fleetdm/fleet
synced 2026-05-08 17:50:52 +00:00
* make mac enrollment package * add doc * validate certificate and load the launchd without restarting
7 lines
122 B
Bash
Executable file
7 lines
122 B
Bash
Executable file
#!/bin/bash
|
|
|
|
[[ $3 != "/" ]] && exit 0
|
|
|
|
/bin/launchctl load /Library/LaunchDaemons/co.kolide.osquery.enroll.plist
|
|
|
|
exit 0
|