From 43ff6f4186cb9205b95d9e194ea3a97c6257a54d Mon Sep 17 00:00:00 2001 From: Markus Krogh Date: Wed, 4 Oct 2017 15:51:06 +0200 Subject: Clean up unused feature --- idp/shib-entrypoint.sh | 8 -------- 1 file changed, 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 -- cgit v1.1