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 6, 2020
1 parent d52706e commit 19cc5a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions container_files/usr-local-bin/library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,10 @@ finishPrep() {
then
cp -r $dest/libUiAndDaemon/* $dest/lib/
fi

if [ "$SELF_SIGNED_CERT" = "true" ]
then
cp /opt/tier-support/ssl-enabled.conf /etc/httpd/conf.d/
fi

}

0 comments on commit 19cc5a8

Please sign in to comment.