Skip to content

Commit

Permalink
Update library.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Apr 4, 2020
1 parent 07a6140 commit 45852ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions container_files/usr-local-bin/library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,18 +139,18 @@ finishPrep() {
# construct the supervisord file based on FLAGS passed in or what was in CMD
if [ "$RUN_APACHE" = "true" ]
then
cat /opt/tier-support/supervisord-httpd.conf >> /opt/tier-support/supervisord-base.conf
cat /opt/tier-support/supervisord-httpd.conf >> /opt/tier-support/supervisord.conf
fi


if [ "$RUN_TOMEE" = "true" ]
then
cat /opt/tier-support/supervisord-tomee.conf >> /opt/tier-support/supervisord-base.conf
cat /opt/tier-support/supervisord-tomee.conf >> /opt/tier-support/supervisord.conf
fi

if [ "$RUN_SHIB_SP" = "true" ]
then
cat /opt/tier-support/supervisord-shibsp.conf >> /opt/tier-support/supervisord-base.conf
cat /opt/tier-support/supervisord-shibsp.conf >> /opt/tier-support/supervisord.conf
fi

# copy files to their appropriate locations based on passed in flags
Expand Down

0 comments on commit 45852ff

Please sign in to comment.