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