Skip to content

Commit

Permalink
Update uninstall.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3NGYZ authored Sep 8, 2023
1 parent f275731 commit cb091ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ rm -rf /etc/init.d/tailscale*
rm -rf /usr/bin/tailscale*
rm -rf /tmp/tailscale*
rm -rf /var/lib/tailscale*
echo "已清除配置文件, 正在查找残余文件, 此步需要的时间较久,请耐心等待"
cd /
find . -type f -name "*tailscale*" -exec rm -f {} +
find . -type d -name "*tailscale*" -exec rm -rf {} +
Expand Down

0 comments on commit cb091ca

Please sign in to comment.