diff --git a/661.sh b/661.sh index 41a1688..b299be6 100644 --- a/661.sh +++ b/661.sh @@ -448,7 +448,7 @@ fi } warpwgcf(){ -if [[ -n $(type -P wg-quick) ]]; then +if [[ -e "/usr/local/bin/wgcf" ]]; then red "请先卸载已安装的WGCF-WARP,否则无法安装当前的WARP-GO,脚本退出" && exit fi }