#!/bin/sh
curuser=`whoami`
if [ $curuser = "root1" ];then
echo "root Operation is not allowed!!"
exit -1
fi
../bin/team_svr --id=10.999.92.1 --business-id=10 --conf-file ../cfg/team_svr.xml --pid-file=./team_svr_10_999_ag.pid stop