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"