refactor(LogicServer): 修改 start.sh 脚本中的服务器启动命令

- 将 LogicServer 目录从命令中移除,简化启动命令
- 此修改提高了脚本的可读性和维护性
This commit is contained in:
aixianling
2025-01-10 16:53:00 +08:00
parent 0affc11a93
commit 4295171bed

View File

@@ -8,4 +8,4 @@ datetime=`date "+%Y-%m-%d.%H:%M:%S"`
echo "["$datetime"] 正在启动 Logic 服务器 [logicserver_r]..."
$path/LogicServer/logicserver_r $path/LogicServer/LogicServerLinux.txt
$path/logicserver_r $path/LogicServerLinux.txt