aboutsummaryrefslogtreecommitdiffstats
path: root/startSCH.sh
diff options
context:
space:
mode:
authorSchmalzried, Terry (ts862m) <ts862m@att.com>2020-07-27 12:31:52 -0400
committerSchmalzried, Terry (ts862m) <ts862m@att.com>2020-07-27 13:57:02 -0400
commit2b4495aa0a51f3a84b50273fbf391b419cd534e5 (patch)
tree058947f9ba2c80176b6732f554b090dfceffc9fd /startSCH.sh
parent7b307d309bc01b2c13527342dae623231ea5d9ad (diff)
Upgrade dependencies
Delete unused files Dockerfile and startSCH.sh Issue-ID: DCAEGEN2-2330 Change-Id: Id2f699b0530545628c77728ffe00740975aad014 Signed-off-by: Schmalzried, Terry (ts862m) <ts862m@att.com>
Diffstat (limited to 'startSCH.sh')
-rw-r--r--startSCH.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/startSCH.sh b/startSCH.sh
deleted file mode 100644
index 951b1eb..0000000
--- a/startSCH.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-
-grep "^nameserver" /opt/sch/etc/resolv.conf >> /etc/resolv.conf
-
-service sendmail start
-
-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
-