diff --git a/src/HttpServer/main/build.sh b/src/HttpServer/main/build.sh index a20efb4..8a458ac 100644 --- a/src/HttpServer/main/build.sh +++ b/src/HttpServer/main/build.sh @@ -1,5 +1,5 @@ #!/usr/bin -export GOPATH=/home/luheng/new_catcafe +export GOPATH=/home/luheng/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 CAFESRV +mv main XINGXINGSRV sh run.sh diff --git a/src/HttpServer/main/run.sh b/src/HttpServer/main/run.sh index b92f95e..7bc7897 100644 --- a/src/HttpServer/main/run.sh +++ b/src/HttpServer/main/run.sh @@ -1,3 +1,3 @@ #!/bin/sh -pkill CAFESRV -nohup ./CAFESRV -conf_path=../conf/world.xml -logpath=./log & +pkill XINGXINGSRV +nohup ./XINGXINGSRV -conf_path=../conf/world.xml -logpath=./log & -- libgit2 0.21.0