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