diff --git a/src/HttpServer/main/build.sh b/src/HttpServer/main/build.sh index b86115b..651c4f2 100644 --- a/src/HttpServer/main/build.sh +++ b/src/HttpServer/main/build.sh @@ -1,5 +1,5 @@ #!/usr/bin -export GOPATH=/home/gohttpserver/ver2.2.6/xiao_xingxing +export GOPATH=/home/luheng/brainhole 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 STATSTAR226 +mv main BRAINHOLESRV sh run.sh diff --git a/src/HttpServer/main/ll.sh b/src/HttpServer/main/ll.sh index 5c8c492..bf8316e 100644 --- a/src/HttpServer/main/ll.sh +++ b/src/HttpServer/main/ll.sh @@ -1 +1 @@ -ps -ef|grep STATSTAR226 +ps -ef|grep BRAINHOLESRV diff --git a/src/HttpServer/main/run.sh b/src/HttpServer/main/run.sh index 070b897..d9cbfc5 100644 --- a/src/HttpServer/main/run.sh +++ b/src/HttpServer/main/run.sh @@ -1,3 +1,3 @@ #!/bin/sh -pkill STATSTAR226 -nohup ./STATSTAR226 -conf_path=../conf/world.xml -logpath=./log & +pkill BRAINHOLESRV +nohup ./BRAINHOLESRV -conf_path=../conf/world.xml -logpath=./log & -- libgit2 0.21.0