From b7b8074fe9b7153378a6117df39d10d342a68f07 Mon Sep 17 00:00:00 2001
From: Raod <1130305001@qq.com>
Date: Fri, 6 Aug 2021 17:20:28 +0800
Subject: [PATCH] =?UTF-8?q?=E8=84=9A=E6=9C=AC=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 report-core/src/main/assembly/bin/stop.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/report-core/src/main/assembly/bin/stop.sh b/report-core/src/main/assembly/bin/stop.sh
index 6bd74850..1fd90021 100755
--- a/report-core/src/main/assembly/bin/stop.sh
+++ b/report-core/src/main/assembly/bin/stop.sh
@@ -1,5 +1,5 @@
 #!/bin/bash
-pid=`ps ax | grep -i 'report-core' | grep java | grep -v grep | awk '{print $1}'`
+pid=`ps ax | grep -i 'aj-report' | grep java | grep -v grep | awk '{print $1}'`
 if [ -z "$pid" ] ; then
         echo "No AJ-Report Server running."
         exit -1;
@@ -7,4 +7,4 @@ fi
 
 kill -9 ${pid}
 
-echo "Send shutdown request to report-core(${pid}) OK"
+echo "Send shutdown request to aj-reporte(${pid}) OK"