From ef8aa847bf010829b4745171606cf8e0d8dca227 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 04:15:15 +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 2bf37f7..c8ca961 100644 --- a/661.sh +++ b/661.sh @@ -1596,9 +1596,9 @@ esac } if [ $# == 0 ]; then start -if [[ $(type -P warp-go) || $(type -P warp-cli) ]] && [[ -f '/root/661.sh' ]]; then +if [[ -n $(type -P warp-go) || -n $(type -P warp-cli) ]] && [[ -f '/root/661.sh' ]]; then ONEWARPGO -elif [[ $(type -P wg-quick) || $(type -P warp-cli) ]] && [[ -f '/root/661.sh' ]]; then +elif [[ -n $(type -P wg-quick) || -n $(type -P warp-cli) ]] && [[ -f '/root/661.sh' ]]; then ONEWGCFWARP else startCFwarp