summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Krogh <markus@nordu.net>2017-10-04 15:51:06 +0200
committerMarkus Krogh <markus@nordu.net>2017-10-04 15:51:06 +0200
commit43ff6f4186cb9205b95d9e194ea3a97c6257a54d (patch)
tree31b5ff83cc6f492cf6dc55e7f5c93b307a7ceec3
parentab6c6980f26eea18ccda45a15dc08c84fe276a6c (diff)
Clean up unused feature
-rwxr-xr-xidp/shib-entrypoint.sh8
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