#!/bin/sh # if there is a metadata file for the test sp, enable it. if [ -f /metadata/sp-metadata.xml ]; then sed -i -e '/sp.nordu.dev/ s///' /opt/shibboleth-idp/conf/metadata-providers.xml fi /docker-entrypoint.sh "$@"