From 4295171bedf4fa828e94a92e4eb725ddf2ef2eba Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 10 Jan 2025 16:53:00 +0800 Subject: [PATCH] =?UTF-8?q?refactor(LogicServer):=20=E4=BF=AE=E6=94=B9=20s?= =?UTF-8?q?tart.sh=20=E8=84=9A=E6=9C=AC=E4=B8=AD=E7=9A=84=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=99=A8=E5=90=AF=E5=8A=A8=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 LogicServer 目录从命令中移除,简化启动命令 - 此修改提高了脚本的可读性和维护性 --- LogicServer/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LogicServer/start.sh b/LogicServer/start.sh index c41de76..5025dd4 100644 --- a/LogicServer/start.sh +++ b/LogicServer/start.sh @@ -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 \ No newline at end of file +$path/logicserver_r $path/LogicServerLinux.txt \ No newline at end of file