Commit b3f8a55c6fba69c108a6d63114069bf360138b5d
1 parent
d93dab09a0
Exists in
master
:D
Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff
install.sh
... | ... | @@ -140,7 +140,7 @@ |
140 | 140 | |
141 | 141 | ### Speeral Configuration ### |
142 | 142 | |
143 | -echo -e "\t${txtblu}Speeral configuration${txtrst}\n" | |
143 | +echo -e "\n\t${txtblu}Speeral configuration${txtrst}\n" | |
144 | 144 | echo -e "Download Speeral bin and data :" |
145 | 145 | scp -r rey@nyx:~/OTMEDIA_DATA/Speeral $OTMEDIA_HOME/tools/ |
146 | 146 | echo -e "\n\t${txtblu}Generating Speeral configuration files :${txtrst}\n" |
... | ... | @@ -212,6 +212,7 @@ |
212 | 212 | fi |
213 | 213 | read -e -p "Configure SOLR DB server ? (y/n) " solr |
214 | 214 | if [ "$solr" == "y" ] |
215 | + then | |
215 | 216 | read -p "Enter SOLR server IP :" ip |
216 | 217 | if [ "${ip}" == "" ];then ip="127.0.0.1";fi |
217 | 218 | echo 'machine = "${ip}"' > $OTMEDIA_HOME/tools/scripts/solrinfo.py |