This commit is contained in:
g0t mi1k 2020-03-18 13:10:10 +00:00
parent 78e7063fee
commit 8021fc79ea
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ elif [[ $( apt-cache show tomcat8 2> /dev/null | egrep "Version: 8.[5-9]" | wc -
TOMCAT="tomcat8"
elif [[ $( apt-cache show tomcat7 2> /dev/null | egrep "Version: 7" | wc -l ) -gt 0 ]]; then
echo -e "${BLUE}Found tomcat7 package...${NC}"
TOMCAT="tomcat8"
TOMCAT="tomcat7"
else
echo -e "${RED}Failed. Can't find Tomcat package${NC}" 1>&2
exit 1