fleet/tools/mac/scripts/postinstall

8 lines
122 B
Text
Raw Normal View History

#!/bin/bash
[[ $3 != "/" ]] && exit 0
/bin/launchctl load /Library/LaunchDaemons/co.kolide.osquery.enroll.plist
exit 0