- 修改 check_all.sh 和 start_all.sh,添加 relation_svr 和 team_svr 的启动和检查 - 更新 start_game_service.sh,注释掉部分服务器的启动脚本 - 二进制文件差异说明: - player_cross_svr_fight_rank.bin: 玩家跨服战斗排名数据更新 - player_cross_svr_wealth_rank.bin: 玩家跨服财富排名数据更新 - zone_svr 目录下多个玩家排名相关二进制文件更新
13 lines
356 B
Bash
Executable File
13 lines
356 B
Bash
Executable File
#!/bin/sh
|
|
|
|
curuser=`whoami`
|
|
|
|
if [ $curuser = "root1" ];then
|
|
echo "root Operation is not allowed!!"
|
|
exit -1
|
|
fi
|
|
|
|
sh ./up_conf.sh
|
|
|
|
../bin/relation_svr a5game_zs_900 --id=10.900.93.1 --business-id=10 --log-level=300 --tlogconf ../cfg/relation_svr_log.xml --conf-file ../cfg/relation_svr.xml --bus-key=2109003 --pid-file=./relation_svr_10_900_ag.pid -D start
|