diff --git a/configBuilder.sh b/configBuilder.sh index 3bac3c3..e1081f1 100644 --- a/configBuilder.sh +++ b/configBuilder.sh @@ -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