Files
xkm-server/center_relay_900_1/runenv/busd/cfg/stop_busd.sh

11 lines
208 B
Bash
Raw Normal View History

2025-05-20 15:31:00 +08:00
#!/bin/sh
curuser=`whoami`
if [ $curuser = "root1" ];then
echo "root Operation is not allowed!!"
exit -1
fi
../bin/busd --id=10.900.10.1 --business-id=10 --pid-file=./relay_busd_svr_10_900_1_ag.pid stop