Skip to content

Commit

Permalink
Merge pull request #60 from salopensource/shell
Browse files Browse the repository at this point in the history
Use /bin/sh instead of bash for future proofing.
  • Loading branch information
sheagcraig authored Sep 27, 2019
2 parents 715c6e1 + ef6f3b7 commit c21ce5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postinstall
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

if [ "$3" == "/" ]; then
/bin/launchctl unload /Library/LaunchDaemons/com.salopensource.sal.runner.plist
Expand Down

0 comments on commit c21ce5d

Please sign in to comment.