summaryrefslogtreecommitdiffstats
path: root/src/main/scripts
diff options
context:
space:
mode:
authors00370346 <swarup.nayak1@huawei.com>2019-06-19 17:54:31 +0530
committers00370346 <swarup.nayak1@huawei.com>2019-06-19 17:54:31 +0530
commit69d6b8580efc61f4c4423d0039a0a28206b09b85 (patch)
tree8525625aa1028b32267343b078bf6ec882446326 /src/main/scripts
parentea8f556f54ed08727b7b4391c20e5470ad712cf6 (diff)
Issue-ID: DCAEGEN2-1561 RESTConf container support for non-root
Signed-off-by: s00370346 <swarup.nayak1@huawei.com> Change-Id: I7c3158dc51bf5c36e9dd74f12de2513f7d606d3a
Diffstat (limited to 'src/main/scripts')
-rwxr-xr-xsrc/main/scripts/restConfCollector.sh1
1 files changed, 0 insertions, 1 deletions
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