* make mac enrollment package * add doc * validate certificate and load the launchd without restarting
8 lines
122 B
Bash
Executable File
8 lines
122 B
Bash
Executable File
#!/bin/bash
|
|
|
|
[[ $3 != "/" ]] && exit 0
|
|
|
|
/bin/launchctl load /Library/LaunchDaemons/co.kolide.osquery.enroll.plist
|
|
|
|
exit 0
|