Chikage 6 年之前
父節點
當前提交
2f225004a7
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tcp.sh

+ 2 - 2
tcp.sh

@@ -612,8 +612,8 @@ check_status(){
 	fi
 
 	if [[ ${kernel_status} == "Lotserver" ]]; then
-		if [[ -e /appex/bin/serverSpeeder.sh ]]; then
-			run_status=`bash /appex/bin/lotServer.sh status | grep "ServerSpeeder" | awk  '{print $3}'`
+		if [[ -e /appex/bin/lotServer.sh ]]; then
+			run_status=`bash /appex/bin/lotServer.sh status | grep "LotServer" | awk  '{print $3}'`
 			if [[ ${run_status} = "running!" ]]; then
 				run_status="启动成功"
 			else