Skip to content

Commit

Permalink
Merge pull request #5 from docker/fixsecrets
Browse files Browse the repository at this point in the history
minor tweak to remove unneeded files
  • Loading branch information
pcaskey authored Oct 31, 2017
2 parents c69a6c0 + 85c5ed3 commit c0b7455
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configBuilder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,10 @@ if [ ${BURNMOUNT} == "hybrid" ]; then
rsync -a . ${destPath} --exclude ${destPathName}
mkdir -p ${destPath}/SECRETS

rm -f ${destPath}/Dockerfile
rm -f ${destPath}/configBuilder.sh
rm -f ${destPath}/setup.log


# move secrets
mv -f $destPath/config/shib-idp/conf/idp.properties $destPath/SECRETS/idp.properties > /dev/null
Expand Down

0 comments on commit c0b7455

Please sign in to comment.