Update 661.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2023-04-07 08:09:30 +00:00
parent 3f96433ff6
commit 2909bb74c2
1 changed files with 1 additions and 1 deletions

2
661.sh
View File

@ -500,7 +500,7 @@ green "3. 刷warp+流量"
readp "请选择:" warptools readp "请选择:" warptools
if [[ $warptools == 1 ]]; then if [[ $warptools == 1 ]]; then
name=`screen -ls | grep '(Detached)' | awk '{print $1}' | awk -F "." '{print $2}'` name=`screen -ls | grep '(Detached)' | awk '{print $1}' | awk -F "." '{print $2}'`
[[ echo $name | grep -q "up" ]] && screen -Ur up || red "未启动WARP监测功能请选择2再次启动" [[ $name =~ "up" ]] && screen -Ur up || red "未启动WARP监测功能请选择2再次启动"
fi fi
if [[ $warptools == 2 ]]; then if [[ $warptools == 2 ]]; then
if [[ -f /root/WARP-UP.sh ]]; then if [[ -f /root/WARP-UP.sh ]]; then