chore: 优化 run.sh 脚本
- 添加 tail -f /dev/null 命令,使容器保持运行状态 - 注释掉未使用的日志文件尾部跟踪命令
This commit is contained in:
		
							
								
								
									
										5
									
								
								run.sh
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								run.sh
									
									
									
									
									
								
							| @@ -31,3 +31,8 @@ echo "执行命令:$path/Gateway/gateway$dm $path/Gateway/GateWay.txt" | ||||
| echo "["$datetime"] 正在启动 守护进程..." | ||||
| nohup $path/daemon.sh "$dm" "$path" & | ||||
| echo $datetime" 服务器启用完成!" | ||||
|  | ||||
| tail -f /dev/null | ||||
|  | ||||
| # timestamp=`date "+%Y%m%d"` | ||||
| # tail -f $path/LogicServer/log/LogicServer_$timestamp.txt.log | ||||
|   | ||||
		Reference in New Issue
	
	Block a user