From fb9e300e67d4c4175eb66064b328dc826dabdfb5 Mon Sep 17 00:00:00 2001 From: Cloud Cheng Date: Wed, 23 Aug 2023 15:51:58 +0800 Subject: [PATCH] Update uninstall.sh --- uninstall.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uninstall.sh b/uninstall.sh index 0ab2046..966df2e 100644 --- a/uninstall.sh +++ b/uninstall.sh @@ -6,7 +6,7 @@ rm -rf /etc/init.d/tailscale* rm -rf /usr/bin/tailscale* rm -rf /tmp/tailscale* rm -rf /var/lib/tailscale* -cd / -find . -type f -name "*tailscale*" -exec rm -f {} + -find . -type d -name "*tailscale*" -exec rm -rf {} + +# cd / +# find . -type f -name "*tailscale*" -exec rm -f {} + +# find . -type d -name "*tailscale*" -exec rm -rf {} + echo "已清除"