diff --git a/configBuilder.sh b/configBuilder.sh index c49122c..1db065f 100755 --- a/configBuilder.sh +++ b/configBuilder.sh @@ -511,8 +511,9 @@ echo "" echo "Creating sanitized config for hybrid build..." echo "" destPath=./ConfigNoSecrets -cp -rf `realpath ${PWD}`/. $destPath >/dev/null 2>>/dev/null -mkdir -p ./ConfigNoSecrets/SECRETS +#cp -rf `realpath ${PWD}`/. $destPath >/dev/null 2>>/dev/null +rsync -a . ./testCPNS --exclude ${destPath} +mkdir -p ./${destPath}/SECRETS # move secrets mv -f $destPath/config/shib-idp/conf/idp.properties $destPath/SECRETS/idp.properties > /dev/null