build: 在 run.sh 脚本中添加执行 bash 命令

- 在 run.sh脚本的末尾添加 exec bash 命令
- 这样可以在启动服务器进程后,保持当前终端窗口打开,并进入 bash shell
This commit is contained in:
2024-12-14 18:50:08 +08:00
parent 65053fc8a7
commit 7726a1b7a2

3
run.sh
View File

@@ -14,3 +14,6 @@ cd /data/server/build && ./run.sh
cd /data/server/s1 && ./run.sh
#cd /data/server/cross && ./run.sh
exec bash