summaryrefslogtreecommitdiff
path: root/osx/template-preinstall
diff options
context:
space:
mode:
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