From 90dabc0297d7bc468d882b65c0656fda97c3f48c Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Mon, 10 Jul 2017 15:18:52 -0400 Subject: [PATCH] Update start.sh update TIER bootstrap --- container_files/bin/start.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/container_files/bin/start.sh b/container_files/bin/start.sh index 5eb81e34..031228a6 100755 --- a/container_files/bin/start.sh +++ b/container_files/bin/start.sh @@ -57,6 +57,9 @@ else echo "Starting tomcat and apache" >>$log echo "Starting tomcat and apache" /opt/autoexec/bin/firstrun.sh + echo "Adding TIER folder structure" >>$log + echo "Adding TIER folder structure" + /opt/grouper/$VERSION/grouper.apiBinary-$VERSION/bin/gsh /opt/bin/tier-bootstrap.gsh date >> $log /usr/local/bin/httpd-shib-foreground & /opt/grouper/2.3.0/apache-tomcat-$TOMCAT_VERSION/bin/catalina.sh run &