From 69d6b8580efc61f4c4423d0039a0a28206b09b85 Mon Sep 17 00:00:00 2001 From: s00370346 Date: Wed, 19 Jun 2019 17:54:31 +0530 Subject: Issue-ID: DCAEGEN2-1561 RESTConf container support for non-root Signed-off-by: s00370346 Change-Id: I7c3158dc51bf5c36e9dd74f12de2513f7d606d3a --- src/main/scripts/restConfCollector.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main') diff --git a/src/main/scripts/restConfCollector.sh b/src/main/scripts/restConfCollector.sh index cbf9fa7..6cdd4d2 100755 --- a/src/main/scripts/restConfCollector.sh +++ b/src/main/scripts/restConfCollector.sh @@ -45,7 +45,6 @@ restConfCollector_start() { # for all the jars. cd ${BASEDIR} - echo "192.168.17.11 onap-message-router" >> /etc/hosts nohup $JAVA -cp "etc${PATHSEP}lib/*" $JAVA_OPTS -Dhttps.protocols=TLSv1.1,TLSv1.2 $MAINCLASS $* & if [ $? -ne 0 ]; then echo "restConf Collector has been started!!!" | tee -a ${BASEDIR}/logs/console.txt -- cgit 1.2.3-korg