Update zerotier-uninstall.sh

This commit is contained in:
Michael
2022-09-20 18:58:00 +01:00
committed by GitHub
parent 1bf50a5249
commit c6683d77bb

View File

@@ -1,4 +1,19 @@
#!/bin/bash #!/bin/bash
################################################################################################
#
# ******
# *...../ / ******
# ************** *****/ *****/*****/***/*************/ ****** /**********
# ******/..*****/ *****/ *****/********//******/ ,*****/******,***** ,*****/
# *****/ ***** *****/ *****/*****/ *****/ /**************************
# *******//*****/ *************/*****/ *********************/*******./*/* ())
# ************* ******/*****/*****/ *****/******/. ****** ********** (()))
# *****/ *****/ ())
# *****/ *****/
#
################################################################################################
# ZEROTIER FOR MAC UNINSTALL SCRIPT
################################################################################################
export PATH=/bin:/usr/bin:/sbin:/usr/sbin export PATH=/bin:/usr/bin:/sbin:/usr/sbin
@@ -32,5 +47,6 @@ 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 rm -rf *.d *.sh *.log *.old *.kext *.conf *.pkg *.dmg *.pid *.port *.save *.bin planet zerotier-* devicemap
fi fi
rm -rf "/Library/Application Support/ZeroTier/One" rm -rf "/Library/Application Support/ZeroTier/One"
echo ZeroTier has been removed. echo ZeroTier has been removed.
exit 0 exit 0