From 369864a49d0886335b7373c72fa04bea3f940991 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Mon, 24 Apr 2017 15:49:12 -0400 Subject: [PATCH] Update start.sh --- container_files/bin/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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