diff options
author | Markus Krogh <markus@nordu.net> | 2017-10-04 15:51:06 +0200 |
---|---|---|
committer | Markus Krogh <markus@nordu.net> | 2017-10-04 15:51:06 +0200 |
commit | 43ff6f4186cb9205b95d9e194ea3a97c6257a54d (patch) | |
tree | 31b5ff83cc6f492cf6dc55e7f5c93b307a7ceec3 | |
parent | ab6c6980f26eea18ccda45a15dc08c84fe276a6c (diff) |
Clean up unused feature
-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 |