From 1bf50a52491cd0cdbe422643e450946d57c4256d Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Tue, 20 Sep 2022 18:55:47 +0100 Subject: [PATCH] Update zerotier-uninstall.sh --- zerotier-uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zerotier-uninstall.sh b/zerotier-uninstall.sh index fa3921c..34bc735 100644 --- a/zerotier-uninstall.sh +++ b/zerotier-uninstall.sh @@ -32,5 +32,5 @@ 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" - +echo ZeroTier has been removed. exit 0