Update serv00.sh

This commit is contained in:
甬哥侃侃侃ygkkk
2025-01-02 16:57:58 +08:00
committed by GitHub
parent 14694aafbf
commit 8a5bc930b8
+1 -3
View File
@@ -428,9 +428,7 @@ else
fi fi
fi fi
sleep 2 sleep 2
if pgrep -x "$sbb" > /dev/null; then if ! pgrep -x "$(cat sb.txt)" > /dev/null; then
green "主进程已启动成功"
else
red "主进程未启动,根据以下情况一一排查" red "主进程未启动,根据以下情况一一排查"
yellow "1、网页端权限是否开启" yellow "1、网页端权限是否开启"
yellow "2、端口是否设置错误(2个TCP、1个UDP)" yellow "2、端口是否设置错误(2个TCP、1个UDP)"