summaryrefslogtreecommitdiffstats
path: root/dmaap-listener/src/main/scripts/stop-dmaap-listener.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dmaap-listener/src/main/scripts/stop-dmaap-listener.sh')
-rw-r--r--dmaap-listener/src/main/scripts/stop-dmaap-listener.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dmaap-listener/src/main/scripts/stop-dmaap-listener.sh b/dmaap-listener/src/main/scripts/stop-dmaap-listener.sh
index 61be1a14..ab242044 100644
--- a/dmaap-listener/src/main/scripts/stop-dmaap-listener.sh
+++ b/dmaap-listener/src/main/scripts/stop-dmaap-listener.sh
@@ -21,13 +21,13 @@
# ============LICENSE_END=========================================================
###
-PROPERTY_DIR=${PROPERTY_DIR:-/opt/sdnc/data/properties}
+PROPERTY_DIR=${PROPERTY_DIR:-/opt/onap/ccsdk/data/properties}
LISTENER=dmaap-listener
PIDFILE=/tmp/.${LISTENER}-pid
-UEBLISTENERROOT=${UEBLISTENERROOT:-/opt/app/dmaap-listener}
+UEBLISTENERROOT=${UEBLISTENERROOT:-/opt/onap/dmaap-listener}
if [ -f $PIDFILE ]
then