You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
273 B

1 month ago
#!/bin/bash
source ./config.sh
cd ${BIN_DIR}
k
for((i=1;i<=$BATTLE_COUNT;i++))
do
./SogLoader --id=${WORLD_ID}.${BATTLE_ID}.$i --cluster=${CFG_PATH}/cluster.json --name=BattleServer $@
done
if [ "$1" = "stop" ] ; then
wait_to_stop_svr BattleServer $BATTLE_ID 1
fi