mirror of https://gitlab.com/rwkgyg/CFwarp.git
Update 661.sh
This commit is contained in:
parent
3f96433ff6
commit
2909bb74c2
2
661.sh
2
661.sh
|
@ -500,7 +500,7 @@ green "3. 刷warp+流量"
|
|||
readp "请选择:" warptools
|
||||
if [[ $warptools == 1 ]]; then
|
||||
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
|
||||
if [[ $warptools == 2 ]]; then
|
||||
if [[ -f /root/WARP-UP.sh ]]; then
|
||||
|
|
Loading…
Reference in New Issue