diff options
Diffstat (limited to 'ext')
-rwxr-xr-x | ext/installfiles/mac/uninstall.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/installfiles/mac/uninstall.sh b/ext/installfiles/mac/uninstall.sh index 4cb5cec5..022af53d 100755 --- a/ext/installfiles/mac/uninstall.sh +++ b/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 |