Files
xkm-server/center_relay_900_1/runenv/busd/cfg/stop_busd.sh
2025-05-21 13:43:08 +08:00

11 lines
208 B
Bash
Executable File

#!/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