diff --git a/install.sh b/install.sh index 3106ee5..1f7e7cf 100755 --- a/install.sh +++ b/install.sh @@ -198,8 +198,10 @@ then then echo -e "${txtred}ERROR${txtrst} TOMCAT seems to not be installed)\n You have to install TOMCAT\n" #exit 1; + echo -e "\nTOMCAT : \t ${txtred}NOT OK${txtrst}\n" + else + echo -e "\nTOMCAT : \t ${txtgrn}OK${txtrst}\n" fi - echo -e "\nTOMCAT : \t ${txtgrn}OK${txtrst}\n" # SOLR secondly echo -e "\t${txtblu}Install SOLR DB${txtrst}\n" echo -e "You will need 300 Go of free space to install SOLR DB"