Files
xkm-server/server_999/runenv/team_svr/cfg/stop_team_svr.sh
2025-05-21 13:43:08 +08:00

12 lines
239 B
Bash
Executable File

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