Commit 1e7751e7ca7074f121738cf5bca6ff6e5e755393

Authored by Jean-François Rey
1 parent 4a412bdf35
Exists in master

:D :D

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -195,7 +195,7 @@
195 195 echo -e "\nTOMCAT : \t ${txtgrn}OK${txtrst}\n"
196 196 # SOLR secondly
197 197 echo -e "\t${txtblu}Install SOLR DB${txtrst}\n"
198   - read -e "You will need 300 Go of free space to install SOLR DB"
  198 + echo -e "You will need 300 Go of free space to install SOLR DB"
199 199 read -p "Continue ? (y/n) " solr
200 200 if [ "$solr" == "y" ]
201 201 then
... ... @@ -215,7 +215,7 @@
215 215 if [ "$solr" == "y" ]
216 216 then
217 217 read -p "Enter SOLR server IP :" ip
218   - if [ "${ip}" == "" ];then ip="127.0.0.1";fi
  218 + if [ "${ip}" == "" ];then ip="localhost";fi
219 219 echo "machine = \"${ip}\"" > $OTMEDIA_HOME/tools/scripts/solrinfo.py
220 220 read -p "Enter SOLR server port :" port
221 221 if [ "${port}" == "" ]; then port="8080";fi