diff --git a/configBuilder.sh b/configBuilder.sh index 2b95541..f49517c 100755 --- a/configBuilder.sh +++ b/configBuilder.sh @@ -515,7 +515,7 @@ destPathName=ConfigNoSecrets # check for rsync command -v rsync >/dev/null 2>&1 || { echo >&2 "ERROR: rsync is required, but doesn't appear to be installed. Aborting..."; exit 1; } rsync -a . ${destPath} --exclude ${destPathName} -mkdir -p ./${destPath}/SECRETS +mkdir -p ${destPath}/SECRETS # move secrets mv -f $destPath/config/shib-idp/conf/idp.properties $destPath/SECRETS/idp.properties > /dev/null