Skip to content

minor tweak to remove unneeded files #5

Merged
merged 1 commit into from Oct 31, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions configBuilder.sh
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