Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #24 from docker/tomcat-fix
Update start.sh
chubing committed Apr 24, 2017
2 parents 0cf1170 + 369864a commit 6ef9398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit 6ef9398

Please sign in to comment.