From a0a8cdd54b5b5b9be25b6c38c7ea086cab7edded Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Tue, 20 Sep 2022 18:59:03 +0100 Subject: [PATCH] Update zerotier-uninstall.sh --- zerotier-uninstall.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/zerotier-uninstall.sh b/zerotier-uninstall.sh index 9b3585b..f8d840a 100644 --- a/zerotier-uninstall.sh +++ b/zerotier-uninstall.sh @@ -42,11 +42,8 @@ rm -rf '/Applications/ZeroTier One.app' rm -rf '/Applications/ZeroTier.app' rm -f '/usr/local/bin/zerotier-one' '/usr/local/bin/zerotier-idtool' '/usr/local/bin/zerotier-cli' '/Library/LaunchDaemons/com.zerotier.one.plist' -cd '/Library/Application Support/ZeroTier/One' -if [ "`pwd`" = '/Library/Application Support/ZeroTier/One' ]; then - rm -rf *.d *.sh *.log *.old *.kext *.conf *.pkg *.dmg *.pid *.port *.save *.bin planet zerotier-* devicemap -fi -rm -rf "/Library/Application Support/ZeroTier/One" +rm -rf '/Library/Application Support/ZeroTier/One' echo ZeroTier has been removed. + exit 0