#!/bin/bash source ./config.sh cd ${BIN_DIR} ./SogLoader --id=0.${PLAYEROPSVR_ID}.$CLUSTER_INST_ID --cluster=${CFG_PATH}/cluster.json --name=PlayerOpServer $@ if [ "$1" = "stop" ] ; then wait_to_stop_svr PlayerOpServer $PLAYEROPSVR_ID 1 fi