Update 66.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2022-12-14 08:36:15 +00:00
parent 56102bb6dd
commit 53d762730d
1 changed files with 1 additions and 1 deletions

2
66.sh
View File

@ -760,7 +760,7 @@ green " 7. 更新CFwarp脚本"
green " 8. 卸载WARP-GO切换为WGCF-WARP内核"
green " 0. 退出脚本 "
white " ================================================================="
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/66.sh' ]]; then
if [ "${wpygV}" = "${remoteV}" ]; then
green " 当前CFwarp脚本版本号${wpygV} 重置版第二版 ,已是最新版本\n"
else