Work on mac launch script, sign binary mac tap driver kext (and there was much rejoicing!)

This commit is contained in:
Adam Ierymenko 2014-01-09 11:00:36 -08:00
commit 5c90afa296
5 changed files with 106 additions and 1 deletions

View file

@ -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