Update CFwarp.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2023-04-08 03:12:08 +00:00
parent 526b3b20a8
commit 9aeb861728
1 changed files with 0 additions and 1 deletions

View File

@ -506,7 +506,6 @@ if [[ $warptools == 1 ]]; then
name=`screen -ls | grep '(Detached)' | awk '{print $1}' | awk -F "." '{print $2}'`
if [[ $name =~ "up" ]]; then
screen -Ur up
green "WARP在线监测启动成功" && sleep 3 && screen -Ur up
else
red "未启动WARP监测功能请选择 2 重启" && WARPtools
fi