summaryrefslogtreecommitdiff
path: root/osx/scripts/preinstall
diff options
context:
space:
mode:
Diffstat (limited to 'osx/scripts/preinstall')
-rwxr-xr-xosx/scripts/preinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/osx/scripts/preinstall b/osx/scripts/preinstall
index fc18c17..d7104e9 100755
--- a/osx/scripts/preinstall
+++ b/osx/scripts/preinstall
@@ -8,5 +8,5 @@ LOG=/tmp/bitmask-install.log
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: done." >> $LOG
+echo `date` ":: RiseupVPN pre-install: ok." >> $LOG
exit 0