refactor(LogicServer): 在 run.sh 中添加停止服务器的步骤
- 在脚本开始时添加了 ./stop.sh 命令 - 这样可以确保在启动服务器之前,任何正在运行的实例都会被停止
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
#! /bin/bash
|
||||
|
||||
./stop.sh
|
||||
|
||||
if [ "$1" == "Debug" ]; then
|
||||
./logicserver_d LogicServerLinux.txt
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user