diff options
| -rwxr-xr-x | idp/shib-entrypoint.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/idp/shib-entrypoint.sh b/idp/shib-entrypoint.sh index 1cfe6da..0304fea 100755 --- a/idp/shib-entrypoint.sh +++ b/idp/shib-entrypoint.sh @@ -110,13 +110,5 @@ if [ -e ${DATADIR}/sp-metadata ]; then done fi -# Styling/view properties -IDP_MESSAGES=/opt/shibboleth-idp/messages/messages.properties -if [ -n "$IDP_FOOTER" ]; then - if ! grep -q "idp.footer" $IDP_PROPERTIES; then - echo "idp.footer=$IDP_FOOTER" >> $IDP_PROPERTIES - fi -fi - # Start jetty /docker-entrypoint.sh java -jar /usr/local/jetty/start.jar |
