aboutsummaryrefslogtreecommitdiffstats
path: root/startSCH.sh
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2020-07-27 00:30:03 +0000
committerGerrit Code Review <gerrit@onap.org>2020-07-27 00:30:03 +0000
commit0785fa5a4b92387dec60351ade60a175a036b85f (patch)
treed73b9e78ca11ce8961e37b892bbcd6984b07e117 /startSCH.sh
parent4f485e994a7dd062d0bdf69cf274a154ae0910a1 (diff)
parent7b307d309bc01b2c13527342dae623231ea5d9ad (diff)
Merge "Fix cacert"
Diffstat (limited to 'startSCH.sh')
-rw-r--r--startSCH.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/startSCH.sh b/startSCH.sh
index 3e74b3c..951b1eb 100644
--- a/startSCH.sh
+++ b/startSCH.sh
@@ -1,8 +1,8 @@
#!/bin/bash
-grep "^nameserver" /opt/onap/etc/resolv.conf >> /etc/resolv.conf
+grep "^nameserver" /opt/sch/etc/resolv.conf >> /etc/resolv.conf
service sendmail start
-java -Dlogback.configurationFile=logback.xml -jar /opt/onap/target/dcae-service-change-handler.jar prod http://consul:8500/v1/kv/service-change-handler?raw=true
+java -Dlogback.configurationFile=logback.xml -jar /opt/sch/target/dcae-service-change-handler.jar prod http://consul:8500/v1/kv/service-change-handler?raw=true