Browse Source

Remove zerotier-idtool symlink on mac uninstall.sh

pull/1/head
Adam Ierymenko 12 years ago
parent
commit
6e1339fedf
  1. 1
      ext/installfiles/mac/uninstall.sh

1
ext/installfiles/mac/uninstall.sh

@ -30,6 +30,7 @@ fi
echo "Erasing service and support files..."
rm -f /usr/bin/zerotier-cli
rm -f /usr/bin/zerotier-idtool
cd "$zthome"
rm -f zerotier-one *.persist identity.public *.log *.pid *.sh shutdownIfUnreadable
rm -rf pre10.8 tap.kext updates.d networks.d

Loading…
Cancel
Save