diff options
Diffstat (limited to 'osx/scripts')
-rwxr-xr-x | osx/scripts/preinstall | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/osx/scripts/preinstall b/osx/scripts/preinstall index 47a0812..fc18c17 100755 --- a/osx/scripts/preinstall +++ b/osx/scripts/preinstall @@ -5,8 +5,8 @@ LOG=/tmp/bitmask-install.log -ps aux | grep [b]itmask-helper \ +ps aux | grep [b]itmask_helper \ && launchctl unload /Library/LaunchDaemons/se.leap.bitmask-helper.plist \ && echo `date` ":: RiseupVPN pre-install: unloaded bitmask-helper." >> $LOG -echo `date` ":: RiseupVPN pre-install: ok." >> $LOG +echo `date` ":: RiseupVPN pre-install: done." >> $LOG exit 0 |