mirror of https://gitlab.com/rwkgyg/CFwarp.git
Update 66.sh
This commit is contained in:
parent
53d762730d
commit
b4cc7de0b6
4
66.sh
4
66.sh
|
@ -1459,9 +1459,9 @@ esac
|
|||
}
|
||||
if [ $# == 0 ]; then
|
||||
start
|
||||
if [[ -n $(type -P warp-go) ]] && [[ -f '/root/CFwarp.sh' ]]; then
|
||||
if [[ -n $(type -P warp-go) ]] && [[ -f '/root/66.sh' ]]; then
|
||||
ONEWARPGO
|
||||
elif [[ -n $(type -P wg-quick) ]] && [[ -f '/root/CFwarp.sh' ]]; then
|
||||
elif [[ -n $(type -P wg-quick) ]] && [[ -f '/root/66.sh' ]]; then
|
||||
ONEWGCFWARP
|
||||
else
|
||||
startCFwarp
|
||||
|
|
Loading…
Reference in New Issue