summaryrefslogtreecommitdiff
path: root/idp/shib-entrypoint.sh
diff options
context:
space:
mode:
authorMarkus Krogh <markus@nordu.net>2017-10-04 09:43:22 +0200
committerMarkus Krogh <markus@nordu.net>2017-10-04 09:43:22 +0200
commit5a9cf5691390fa41aff171085b5c5d321dbed115 (patch)
tree61e36c270f6d667420efc899f26f0fa4dab2c6bf /idp/shib-entrypoint.sh
parent31def545e41fd4d3ca7754ff33460f15b50fe789 (diff)
Use 3.3.1
Diffstat (limited to 'idp/shib-entrypoint.sh')
-rwxr-xr-xidp/shib-entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/idp/shib-entrypoint.sh b/idp/shib-entrypoint.sh
index a1dc327..944ea09 100755
--- a/idp/shib-entrypoint.sh
+++ b/idp/shib-entrypoint.sh
@@ -72,7 +72,7 @@ if [ -f ${DATADIR}/credentials/idp-encryption.key -a -f ${DATADIR}/credentials/i
fi
# overwrite idp-metadata if present
-if [ -f ${DATADIR}/idp-metadata.xml.xml ]; then
+if [ -f ${DATADIR}/idp-metadata.xml ]; then
cp ${DATADIR}/idp-metadata.xml /opt/shibboleth-idp/metadata/
fi