diff --git a/src/HttpServer/main/build.sh b/src/HttpServer/main/build.sh index 8a458ac..b86115b 100644 --- a/src/HttpServer/main/build.sh +++ b/src/HttpServer/main/build.sh @@ -1,5 +1,5 @@ #!/usr/bin -export GOPATH=/home/luheng/xiao_xingxing +export GOPATH=/home/gohttpserver/ver2.2.6/xiao_xingxing echo "begin dos2unix..." find ../ -name '*.go' | xargs dos2unix @@ -7,5 +7,5 @@ echo "begin build..." go build echo "end build..." echo "start run..." -mv main XINGXINGSRV +mv main STATSTAR226 sh run.sh diff --git a/src/HttpServer/main/ll.sh b/src/HttpServer/main/ll.sh index 09d3d2c..5c8c492 100644 --- a/src/HttpServer/main/ll.sh +++ b/src/HttpServer/main/ll.sh @@ -1 +1 @@ -ps -ef|grep XINGXINGSRV +ps -ef|grep STATSTAR226 diff --git a/src/HttpServer/main/run.sh b/src/HttpServer/main/run.sh index 7bc7897..070b897 100644 --- a/src/HttpServer/main/run.sh +++ b/src/HttpServer/main/run.sh @@ -1,3 +1,3 @@ #!/bin/sh -pkill XINGXINGSRV -nohup ./XINGXINGSRV -conf_path=../conf/world.xml -logpath=./log & +pkill STATSTAR226 +nohup ./STATSTAR226 -conf_path=../conf/world.xml -logpath=./log & -- libgit2 0.21.0