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