Update CFwarp.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2023-03-06 12:26:42 +00:00
parent 28978928ca
commit 9acf0a2f77
1 changed files with 1 additions and 1 deletions

View File

@ -1618,7 +1618,7 @@ ONEWARPGO
elif [[ -n $(type -P warp-go) && -n $(type -P warp-cli) ]] && [[ -f '/root/CFwarp.sh' ]]; then
ONEWARPGO
elif [[ -z $(type -P warp-go) && -z $(type -P wg-quick) && -n $(type -P warp-cli) ]] && [[ -f '/root/CFwarp.sh' ]]; then
ONEWARPGO
ONEWGCFWARP
elif [[ -n $(type -P wg-quick) ]] && [[ -f '/root/CFwarp.sh' ]]; then
ONEWGCFWARP
elif [[ -n $(type -P wg-quick) && -n $(type -P warp-cli) ]] && [[ -f '/root/CFwarp.sh' ]]; then