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 3, 2020
1 parent 113a91b commit 472f75b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions container_files/usr-local-bin/library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,11 @@ finishPrep() {
then
cat /opt/tier-support/supervisord-shibsp.conf >> /opt/tier-support/supervisord-base.conf
fi

cat /opt/tier-support/supervisord-base.conf > /opt/tier-support/supervisord.conf


if [ "$GROUPER_DAEMON" = "true" ]
then
cat /opt/tier-support/supervisord-loader.conf > /opt/tier-support/supervisord.conf
fi

# copy files to their appropriate locations based on passed in flags
if [ "$GROUPER_WS" = "true" ]
Expand Down

0 comments on commit 472f75b

Please sign in to comment.