feat(DBServer): 启动脚本中增加 build 服务群启动步骤

- 在 DBServer/start.sh 脚本中添加了启动 build 服务群的步骤
- 新增 echo 语句提示正在启动 build 服务群
- 调用 /data/server/build/run.sh 脚本启动 build 服务
This commit is contained in:
root
2025-04-15 15:48:59 +08:00
parent 0cc5ae49fc
commit 8104229b4f

View File

@@ -6,6 +6,10 @@ path=`pwd`
echo "======================【启动】========================"
datetime=`date "+%Y-%m-%d.%H:%M:%S"`
echo "["$datetime"] 正在启动 build 服务群..."
/data/server/build/run.sh
echo "["$datetime"] 正在启动 DB 服务器 [dbserver_r]..."
$path/dbserver_r $path/DBServerLinux.txt