Skip to content

Commit

Permalink
Merge pull request #32 from docker/chubing-patch-2
Browse files Browse the repository at this point in the history
Update start.sh
  • Loading branch information
chubing authored Jul 10, 2017
2 parents 1a529b6 + 90dabc0 commit 3e06566
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions container_files/bin/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 &
Expand Down

0 comments on commit 3e06566

Please sign in to comment.