Update 66.sh

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

4
66.sh
View File

@ -1459,9 +1459,9 @@ esac
} }
if [ $# == 0 ]; then if [ $# == 0 ]; then
start start
if [[ -n $(type -P warp-go) ]] && [[ -f '/root/CFwarp.sh' ]]; then if [[ -n $(type -P warp-go) ]] && [[ -f '/root/66.sh' ]]; then
ONEWARPGO ONEWARPGO
elif [[ -n $(type -P wg-quick) ]] && [[ -f '/root/CFwarp.sh' ]]; then elif [[ -n $(type -P wg-quick) ]] && [[ -f '/root/66.sh' ]]; then
ONEWGCFWARP ONEWGCFWARP
else else
startCFwarp startCFwarp