summaryrefslogtreecommitdiffstats
path: root/dmaap-listener/src/main/scripts/stop-dmaap-listener.sh
diff options
context:
space:
mode:
authorSmokowski, Kevin (ks6305) <ks6305@att.com>2018-08-07 21:26:44 +0000
committerSmokowski, Kevin (ks6305) <ks6305@att.com>2018-08-07 21:26:44 +0000
commit3c5a179495b00b2e832d304083885aa93e8cdab7 (patch)
tree90b9dcf52ba520d54019411309fff3d7a4ce9a22 /dmaap-listener/src/main/scripts/stop-dmaap-listener.sh
parentf6e8db81573312f7b1085f6b55ad2bd4b7eba20d (diff)
update configuration for onap
look for properties in common folder, use java 8 Change-Id: I8a04126d8ac1db0781af9b6a015477e0fc3608dd Issue-ID: CCSDK-448 Signed-off-by: Smokowski, Kevin (ks6305) <ks6305@att.com>
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