Skip to content

Commit

Permalink
Update uninstall.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3NGYZ authored Aug 23, 2023
1 parent 23b747c commit 8056db0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 8056db0

Please sign in to comment.