13 lines
326 B
Bash
Executable File
13 lines
326 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_900 --id=10.900.10.0 --business-id=10 --log-level=300 --conf-file=../cfg/busd_svr.xml --tlogconf=../cfg/busd_log.xml --bus-key=2109003 --pid-file=./center_busd_svr_10_900_ag.pid -D start
|
|
|