Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bugfix
pcaskey committed Jul 17, 2017
1 parent 483a01b commit 99a4a6a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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

0 comments on commit 99a4a6a

Please sign in to comment.