Chikage 6 ani în urmă
părinte
comite
2f225004a7
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      tcp.sh

+ 2 - 2
tcp.sh

@@ -612,8 +612,8 @@ check_status(){
 	fi
 	fi
 
 
 	if [[ ${kernel_status} == "Lotserver" ]]; then
 	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
 			if [[ ${run_status} = "running!" ]]; then
 				run_status="启动成功"
 				run_status="启动成功"
 			else 
 			else