From 095cdf2b0a03dbfe68efe50dffd814ceb666b1b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= Date: Thu, 2 Mar 2023 03:04:37 +0000 Subject: [PATCH] Update 661.sh --- 661.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/661.sh b/661.sh index 96f8356..568231b 100644 --- a/661.sh +++ b/661.sh @@ -885,7 +885,7 @@ green " 8. 更新WARP-GO内核" green " 9. 卸载WARP-GO切换为WGCF-WARP内核" green " 0. 退出脚本 " red "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" -if [[ $(type -P warp-go) || $(type -P warp-cli) ]] && [[ -f '/root/CFwarp.sh' ]]; then +if [[ $(type -P warp-go) || $(type -P warp-cli) ]] && [[ -f '/root/661.sh' ]]; then if [ "${wpygV}" = "${remoteV}" ]; then echo -e " 当前CFwarp脚本版本号:${bblue}${wpygV}${plain} 重置版第三版 ,已是最新版本\n" else @@ -1523,7 +1523,7 @@ green " 7. 更新CFwarp安装脚本" green " 8. 卸载WGCF-WARP切换为WARP-GO内核" green " 0. 退出脚本 " red "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" -if [[ $(type -P wg-quick) || $(type -P warp-cli) ]] && [[ -f '/root/CFwarp.sh' ]]; then +if [[ $(type -P wg-quick) || $(type -P warp-cli) ]] && [[ -f '/root/661.sh' ]]; then if [ "${wpygV}" = "${remoteV}" ]; then echo -e " 当前CFwarp脚本版本号:${bblue}${wpygV}${plain} 重置版第三版 ,已是最新版本\n" else