diff --git a/server/tools/scripts/ci/wsproxy/boundle.sh b/server/tools/scripts/ci/wsproxy/boundle.sh index ce9dee9..f3e5ef3 100644 --- a/server/tools/scripts/ci/wsproxy/boundle.sh +++ b/server/tools/scripts/ci/wsproxy/boundle.sh @@ -5,7 +5,7 @@ python ../tools/scripts/construct/build_pb.py --nohooks 1 cmake -DGAME_ID=${GAME_ID} -DMASTER_MODE=1 . make clean make -cp ../bin/wsproxy ../../../../bin/${PROJECT_NAME} +cp ../bin/${SRC_EXE_NAME} ../../../../bin/${PROJECT_NAME} cd ../../../../ diff --git a/server/tools/scripts/ci/wsproxy/manage.py b/server/tools/scripts/ci/wsproxy/manage.py index 733a5e9..af4f6e3 100755 --- a/server/tools/scripts/ci/wsproxy/manage.py +++ b/server/tools/scripts/ci/wsproxy/manage.py @@ -67,7 +67,7 @@ def main(argv): elif argv[1] == 'stop': stop(argv[2], argv[3], argv[4]) elif argv[1] == 'list': - listServer(argv[1]) + listServer(argv[2]) if __name__ == '__main__': main(sys.argv) diff --git a/server/tools/scripts/ci/wsproxy/restart.sh b/server/tools/scripts/ci/wsproxy/restart.sh index 29fb070..18a7f93 100755 --- a/server/tools/scripts/ci/wsproxy/restart.sh +++ b/server/tools/scripts/ci/wsproxy/restart.sh @@ -2,6 +2,6 @@ source ./common.sh -python manage.py restart $1 $2 +python manage.py restart $1 $2 ${PROJECT_NAME} echo 'success'