From 5f66af8266eda3e8bc5d1b394e5fb81271b7733f Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 4 Jul 2018 23:14:14 +0200 Subject: [pkg] generate install scripts for helper --- osx/scripts/postinstall | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'osx/scripts/postinstall') 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 -- cgit v1.2.3