李兴辉 8fdb3d0e90 init
2025-03-10 13:46:51 +08:00

9 lines
203 B
Bash

#!/usr/bin/sh
if [ "$1" = "" ] ; then
echo "Usage: stopQRY.sh <number:Server>"
exit 1
fi
((HTTPPORT=32202+10*($1-1)))
curl -X POST http://localhost:$HTTPPORT/actuator/shutdownapp
sleep 1
echo -e "\n"