From f679d7e4acfda0447a8e72df663eed9877bea282 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Wed, 9 Jun 2021 22:24:10 +0000 Subject: [PATCH] add attributes directory --- configBuilder.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/configBuilder.sh b/configBuilder.sh index 2cdc20e..3862305 100755 --- a/configBuilder.sh +++ b/configBuilder.sh @@ -84,6 +84,7 @@ cp -rf ${TMP_DIR_S}/shib-idp-conftree-4.1-InCommon/conf/metadata-providers.xml $ cp -rf ${TMP_DIR_S}/shib-idp-conftree-4.1-InCommon/conf/attribute-resolver.xml ${SHBCFG} cp -rf ${TMP_DIR_S}/shib-idp-conftree-4.1-InCommon/conf/attribute-filter.xml ${SHBCFG} cp -rf ${TMP_DIR_S}/shib-idp-conftree-4.1-InCommon/conf/logback.xml ${SHBCFG} +cp -rf ${TMP_DIR_S}/shib-idp-conftree-4.1-InCommon/conf/attributes/* ${SHBCFG}/attributes cp -rf ${TMP_DIR_S}/shib-idp-conftree-4.1-InCommon/credentials/inc-md-cert-mdq.pem ${SHBCREDS} cp -rf ${TMP_DIR_S}/shib-idp-conftree-4.1-InCommon/credentials/sealer.kver ${SHBCREDS} cp -rf ${TMP_DIR_T}/shib-idp-tomcat-config-master/conf/* ${TOMCFG}