- 修改 msgq_config.xml 中的 IP 地址从 10.999.61.1 到 121.41.123.129 - 更新 zone_conn.xml 中的序列化器 URL - 修改 zone_svr 启动和停止脚本中的 IP 地址 - 调整 zone_svr.xml 中的 ConnIPStr 为 0.0.0.0
		
			
				
	
	
		
			13 lines
		
	
	
		
			342 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			342 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| curuser=`whoami`
 | |
| 
 | |
| if [ $curuser = "root1" ];then
 | |
|  echo "root Operation is not allowed!!"
 | |
|  exit -1
 | |
| fi
 | |
| 
 | |
| ./up_conf.sh
 | |
| 
 | |
| ../bin/zone_svr a5game_zs_999 --id=121.41.123.129 --business-id=10 --log-level=300 --tlogconf ../cfg/zone_svr_log.xml  --conf-file ../cfg/zone_svr.xml  --bus-key=2109991 --pid-file=./zone_svr_10_999_ag.pid -D start
 |