summaryrefslogtreecommitdiff
path: root/idp/shib-entrypoint.sh
diff options
context:
space:
mode:
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