summaryrefslogtreecommitdiffstats
path: root/dmaap-dsa-standalone/src/main/assembly/bin/stop.sh
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2017-08-29 19:28:59 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2017-08-29 19:28:59 +0800
commit735aa4e942ea69b738c1d64d77021f7276636131 (patch)
tree357d5d16039c77cb1ba881d4e419c8f28c042e74 /dmaap-dsa-standalone/src/main/assembly/bin/stop.sh
parent1db590a6b07cfd0ab8c1718b0b760a25fe4dd60f (diff)
Modify the configuration files
Modify the shell and cmd scripts. Modify the docker file. Change-Id: I9f86cd0e414be59c941f277858ddfc2039f34747 Issue-ID: HOLMES-29 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'dmaap-dsa-standalone/src/main/assembly/bin/stop.sh')
-rw-r--r--dmaap-dsa-standalone/src/main/assembly/bin/stop.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dmaap-dsa-standalone/src/main/assembly/bin/stop.sh b/dmaap-dsa-standalone/src/main/assembly/bin/stop.sh
index 2f98e77..4448949 100644
--- a/dmaap-dsa-standalone/src/main/assembly/bin/stop.sh
+++ b/dmaap-dsa-standalone/src/main/assembly/bin/stop.sh
@@ -17,9 +17,9 @@
DIRNAME=`dirname $0`
HOME=`cd $DIRNAME/; pwd`
-Main_Class="org.onap.holmes.rulemgt.RuleActiveApp"
+Main_Class="org.onap.holmes.dsa.dmaap.DmaapDsaActiveApp"
-echo ================== engine-d-service info =============================================
+echo ================== dmaap-dsa-service info =============================================
echo HOME=$HOME
echo Main_Class=$Main_Class
echo ===============================================================================