From 85c5ed31b7912f7876f0509c30678d62b14fe4f8 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Tue, 31 Oct 2017 07:40:37 -0500 Subject: [PATCH] minor tweak to remove unneeded files --- configBuilder.sh | 4 ++++ 1 file changed, 4 insertions(+) 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