Skip to content

Update start.sh #32

Merged
merged 1 commit into from Jul 10, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions container_files/bin/start.sh
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