summaryrefslogtreecommitdiff
path: root/ext/installfiles/mac
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-01-09 11:00:36 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-01-09 11:00:36 -0800
commit5c90afa296b5e9939dc4571c418321d3235a547f (patch)
treeb7d61d7cdd8edaca482f91f3b1b2fd5835fd15f1 /ext/installfiles/mac
parent68ddba60a3668d817ef0419cddd1e7c35388ecfb (diff)
downloadinfinitytier-5c90afa296b5e9939dc4571c418321d3235a547f.tar.gz
infinitytier-5c90afa296b5e9939dc4571c418321d3235a547f.zip
Work on mac launch script, sign binary mac tap driver kext (and there was much rejoicing!)
Diffstat (limited to 'ext/installfiles/mac')
-rwxr-xr-xext/installfiles/mac/launch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/installfiles/mac/launch.sh b/ext/installfiles/mac/launch.sh
index 9a48568d..1ce21efd 100755
--- a/ext/installfiles/mac/launch.sh
+++ b/ext/installfiles/mac/launch.sh
@@ -11,7 +11,7 @@ if [ -z "$ztapp" -o ! -d "$ztapp" ]; then
if [ ! -d "$ztapp" ]; then
if [ -e "$zthome/uninstall.sh" ]; then
cd "$zthome"
- nohup "$zthome/uninstall.sh" >>/tmp/ZeroTierOneUninstall.log 2>&1 &
+ nohup "$zthome/uninstall.sh" >/tmp/ZeroTierOneUninstall.log 2>&1 &
disown %1
exit 0
fi