diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/main/scripts/restConfCollector.sh | 1 |
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 |