From 570905c3862e8168eb98250ca124ff2ce7c00e33 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Fri, 8 May 2020 15:40:40 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/main/build.sh | 4 ++-- src/HttpServer/main/run.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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