Skip to content
Snippets Groups Projects
Commit da77bde0 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

reference to tomcat7 removed

parent 3bb5ac20
No related branches found
No related tags found
1 merge request!871Resolve "add support for debian:buster"
Pipeline #12664 passed
......@@ -18,13 +18,8 @@ then
fi
TOMCAT_PACKAGE="";
TOMCAT7_OK=$(dpkg-query -W --showformat='${Status}\n' tomcat7|grep "install ok installed")
TOMCAT8_OK=$(dpkg-query -W --showformat='${Status}\n' tomcat8|grep "install ok installed")
TOMCAT9_OK=$(dpkg-query -W --showformat='${Status}\n' tomcat9|grep "install ok installed")
if [ "$TOMCAT7_OK" != "" ];
then
TOMCAT_PACKAGE='tomcat7'
fi
if [ "$TOMCAT8_OK" != "" ];
then
TOMCAT_PACKAGE='tomcat8'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment