Update zerotier-uninstall.sh

This commit is contained in:
Michael
2022-09-20 18:55:47 +01:00
committed by GitHub
parent 020ecf5704
commit 1bf50a5249

View File

@@ -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