summaryrefslogtreecommitdiffstats
path: root/src/main/scripts/restConfCollector.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/scripts/restConfCollector.sh')
-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