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 fe3c92e commit fb9e300
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "已清除"

0 comments on commit fb9e300

Please sign in to comment.