Skip to content

bugfixes #23

merged 3 commits into from Jul 17, 2017
Merged
Changes from 1 commit
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
Prev Previous commit
bug
pcaskey committed Jul 17, 2017
commit f254d8222d6d3f1dea9e994978d3349624c2af91
2 changes: 1 addition & 1 deletion 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