From 1e7751e7ca7074f121738cf5bca6ff6e5e755393 Mon Sep 17 00:00:00 2001 From: rey jean-Francois Date: Mon, 29 Jul 2013 16:01:31 +0200 Subject: [PATCH] :D :D --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 18633df..927fc4b 100755 --- a/install.sh +++ b/install.sh @@ -195,7 +195,7 @@ then echo -e "\nTOMCAT : \t ${txtgrn}OK${txtrst}\n" # SOLR secondly echo -e "\t${txtblu}Install SOLR DB${txtrst}\n" - read -e "You will need 300 Go of free space to install SOLR DB" + echo -e "You will need 300 Go of free space to install SOLR DB" read -p "Continue ? (y/n) " solr if [ "$solr" == "y" ] then @@ -215,7 +215,7 @@ then if [ "$solr" == "y" ] then read -p "Enter SOLR server IP :" ip - if [ "${ip}" == "" ];then ip="127.0.0.1";fi + if [ "${ip}" == "" ];then ip="localhost";fi echo "machine = \"${ip}\"" > $OTMEDIA_HOME/tools/scripts/solrinfo.py read -p "Enter SOLR server port :" port if [ "${port}" == "" ]; then port="8080";fi -- 1.8.2.3