mirror of
https://github.com/fleetdm/fleet
synced 2026-05-21 07:58:31 +00:00
8 lines
122 B
Text
8 lines
122 B
Text
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
[[ $3 != "/" ]] && exit 0
|
||
|
|
|
||
|
|
/bin/launchctl load /Library/LaunchDaemons/co.kolide.osquery.enroll.plist
|
||
|
|
|
||
|
|
exit 0
|