13 lines
325 B
Bash
Executable File
13 lines
325 B
Bash
Executable File
#!/bin/bash
|
|
|
|
curuser=`whoami`
|
|
|
|
if [ $curuser = "root1" ];then
|
|
echo "root Operation is not allowed!!"
|
|
exit -1
|
|
fi
|
|
|
|
|
|
../bin/busd a5game_zs_999 --id=10.999.10.1 --business-id=10 --log-level=300 --conf-file=../cfg/busd_svr.xml --tlogconf=../cfg/busd_log.xml --bus-key=2109991 --pid-file=./world_busd_svr_10_999_ag.pid -D start
|
|
|