Update t.sh

Former-commit-id: 0d7e8bd46492eee1b3650e4f17b2487b5990e41c
This commit is contained in:
fscarmen
2021-11-16 00:51:36 +08:00
committed by GitHub
parent 8731f739d9
commit 72cb08d5c0
+2 -2
View File
@@ -231,8 +231,8 @@ uninstall(){
}
# 根据已安装情况执行卸载任务并显示结果
[[ $(type -P wg-quick 2>/dev/null) ]] && (uninstall_wgcf; green " $T117 ")
[[ $(type -P warp-cli 2>/dev/null) ]] && (uninstall_proxy; green " $T119 ")
[[ $(type -P wg-quick ]] && (uninstall_wgcf; green " $T117 ")
[[ $(type -P warp-cli ]] && (uninstall_proxy; green " $T119 ")
# 显示卸载结果
IP4=$(curl -s4m7 https://ip.gs/json)