From 83f00bae108f57ea812b216f951c387bf808ad3d Mon Sep 17 00:00:00 2001 From: rey jean-Francois Date: Fri, 9 Aug 2013 15:17:04 +0200 Subject: [PATCH] update --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- 1.8.2.3