mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
Mac installation scripts fixes.
This commit is contained in:
parent
7a6fe203ee
commit
ec3a6428b8
2 changed files with 6 additions and 5 deletions
|
@ -8,7 +8,8 @@ export PATH="/bin:/usr/bin:/sbin:/usr/sbin:$zthome"
|
|||
# Uninstall if the .app has been thrown away
|
||||
if [ ! -d "$ztapp" ]; then
|
||||
if [ -e "$zthome/uninstall.sh" ]; then
|
||||
exec "$zthome/uninstall.sh"
|
||||
cd "$zthome"
|
||||
./uninstall.sh -q
|
||||
exit
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue