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
Next Next commit
bugfixes
pcaskey committed Jul 17, 2017
commit 698be58313c5d52599292bf3436a3d9f55c5673d
6 changes: 4 additions & 2 deletions configBuilder.sh
@@ -511,8 +511,10 @@ echo ""
echo "Creating sanitized config for hybrid build..."
echo ""
destPath=./ConfigNoSecrets
#cp -rf `realpath ${PWD}`/. $destPath >/dev/null 2>>/dev/null
rsync -a . ./testCPNS --exclude ${destPath}
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

# move secrets