summaryrefslogtreecommitdiff
path: root/osx/template-postinstall
diff options
context:
space:
mode:
Diffstat (limited to 'osx/template-postinstall')
-rwxr-xr-xosx/template-postinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/osx/template-postinstall b/osx/template-postinstall
index aad3cae..038d7cb 100755
--- a/osx/template-postinstall
+++ b/osx/template-postinstall
@@ -5,7 +5,7 @@
LOG=/tmp/bitmask-install.log
-chmod +x /Applications/$app_name.app/Contents/MacOS/bitmask-helper
+chmod +x /Applications/$app_name.app/Contents/MacOS/bitmask_helper
cp se.leap.bitmask-helper.plist /Library/LaunchDaemons/ \
&& echo `date` ":: $app_name post-install: copied bitmask-helper Plist." >> $LOG
launchctl load /Library/LaunchDaemons/se.leap.bitmask-helper.plist && echo `date` ":: $app_name post-install: loaded bitmask-helper." >> $LOG