diff --git a/uninstall.sh b/uninstall.sh index afd0bf2..1ab2dfe 100644 --- a/uninstall.sh +++ b/uninstall.sh @@ -9,7 +9,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 {} + -echo "已清除,强烈推荐重启您的openwrt" +cd / +find . -type f -name "*tailscale*" -exec rm -f {} + +find . -type d -name "*tailscale*" -exec rm -rf {} + +echo "已清除, 强烈推荐重启您的openwrt"