summaryrefslogtreecommitdiff
path: root/osx/template-preinstall
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2018-09-19 03:11:37 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2018-09-19 03:12:06 +0200
commite27fc141daa1978fd8527f10fda556ecf1e4d590 (patch)
tree94eb8b18d82811b590298f536adbd9c3bc25cf98 /osx/template-preinstall
parentb78b43a051efa2ca36d2676b338ca47bf2b489cc (diff)
[bug] fix unloading of helper in osx
- Resolves: riseup_vpn#18
Diffstat (limited to 'osx/template-preinstall')
-rwxr-xr-xosx/template-preinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/osx/template-preinstall b/osx/template-preinstall
index fa2f2b0..087b7f5 100755
--- a/osx/template-preinstall
+++ b/osx/template-preinstall
@@ -5,7 +5,7 @@
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` ":: $app_name pre-install: unloaded bitmask-helper." >> $LOG
echo `date` ":: $app_name pre-install: ok." >> $LOG