Fix ccm und ccm-run Skript

git-svn-id: https://svn.libreccm.org/ccm/trunk@1274 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2011-11-20 07:44:45 +00:00
parent d8308217ef
commit 08156b7c9f
2 changed files with 6 additions and 6 deletions

View File

@ -19,13 +19,13 @@ if [[ -z "$CATALINA_HOME" ]] ; then
if [ -d /usr/share/tomcat6 ] if [ -d /usr/share/tomcat6 ]
then then
CATALINA_HOME = "/usr/share/tomcat6" CATALINA_HOME="/usr/share/tomcat6"
elif [ -d /usr/share/tomcat-6 ] elif [ -d /usr/share/tomcat-6 ]
then then
CATALINA_HOME = "/usr/share/tomcat-6" CATALINA_HOME="/usr/share/tomcat-6"
elif [ -d /opt/tomcat6 ] elif [ -d /opt/tomcat6 ]
then then
CATALINA_HOME = "/opt/tomcat6" CATALINA_HOME="/opt/tomcat6"
else else
echo echo
echo =================================================== echo ===================================================

View File

@ -17,13 +17,13 @@ if [[ -z "$CATALINA_HOME" ]] ; then
if [ -d /usr/share/tomcat6 ] if [ -d /usr/share/tomcat6 ]
then then
CATALINA_HOME = "/usr/share/tomcat6" CATALINA_HOME="/usr/share/tomcat6"
elif [ -d /usr/share/tomcat-6 ] elif [ -d /usr/share/tomcat-6 ]
then then
CATALINA_HOME = "/usr/share/tomcat-6" CATALINA_HOME="/usr/share/tomcat-6"
elif [ -d /opt/tomcat6 ] elif [ -d /opt/tomcat6 ]
then then
CATALINA_HOME = "/opt/tomcat6" CATALINA_HOME="/opt/tomcat6"
else else
echo echo
echo =================================================== echo ===================================================