Commit 83f00bae108f57ea812b216f951c387bf808ad3d

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

update

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

... ... @@ -198,8 +198,10 @@
198 198 then
199 199 echo -e "${txtred}ERROR${txtrst} TOMCAT seems to not be installed)\n You have to install TOMCAT\n"
200 200 #exit 1;
  201 + echo -e "\nTOMCAT : \t ${txtred}NOT OK${txtrst}\n"
  202 + else
  203 + echo -e "\nTOMCAT : \t ${txtgrn}OK${txtrst}\n"
201 204 fi
202   - echo -e "\nTOMCAT : \t ${txtgrn}OK${txtrst}\n"
203 205 # SOLR secondly
204 206 echo -e "\t${txtblu}Install SOLR DB${txtrst}\n"
205 207 echo -e "You will need 300 Go of free space to install SOLR DB"