diff --git a/install.sh b/install.sh index f76352c..fdf8754 100755 --- a/install.sh +++ b/install.sh @@ -140,7 +140,7 @@ echo -e "SRILM toolkit : \t ${txtgrn}OK${txtrst}" ### Speeral Configuration ### -echo -e "\t${txtblu}Speeral configuration${txtrst}\n" +echo -e "\n\t${txtblu}Speeral configuration${txtrst}\n" echo -e "Download Speeral bin and data :" scp -r rey@nyx:~/OTMEDIA_DATA/Speeral $OTMEDIA_HOME/tools/ echo -e "\n\t${txtblu}Generating Speeral configuration files :${txtrst}\n" @@ -212,6 +212,7 @@ then fi read -e -p "Configure SOLR DB server ? (y/n) " solr if [ "$solr" == "y" ] + then read -p "Enter SOLR server IP :" ip if [ "${ip}" == "" ];then ip="127.0.0.1";fi echo 'machine = "${ip}"' > $OTMEDIA_HOME/tools/scripts/solrinfo.py