diff --git a/container_files/bin/start.sh b/container_files/bin/start.sh index 2a38482f..b0a5e9bf 100755 --- a/container_files/bin/start.sh +++ b/container_files/bin/start.sh @@ -56,7 +56,7 @@ else /opt/autoexec/bin/firstrun.sh date >> $log /usr/local/bin/httpd-shib-foreground & - /opt/grouper/2.3.0/apache-tomcat-6.0.35/bin/catalina.sh run & + /opt/grouper/2.3.0/apache-tomcat-$TOMCAT_VERSION/bin/catalina.sh run & /opt/grouper/$VERSION/grouper.apiBinary-$VERSION/bin/gsh -loader & /usr/local/bin/run.sh fi