Skip to content

Commit

Permalink
Merge pull request #16 from AykutCevik/master
Browse files Browse the repository at this point in the history
Fixes for case-sensitive volumes
  • Loading branch information
objective-see authored Jan 8, 2018
2 parents 9084b0b + eb9589c commit b0df0d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ then
echo "kext installed and loaded"

#install & load launch daemon
chown -R root:wheel LuluDaemon
chown -R root:wheel LuLuDaemon
chown -R root:wheel com.objective-see.lulu.plist

mv LuluDaemon /Library/Objective-See/LuLu/
mv LuLuDaemon /Library/Objective-See/LuLu/
mv com.objective-see.lulu.plist /Library/LaunchDaemons/
launchctl load /Library/LaunchDaemons/com.objective-see.lulu.plist

Expand Down

0 comments on commit b0df0d3

Please sign in to comment.