Skip to content
Snippets Groups Projects
Commit 43ff9bc6 authored by david_williams's avatar david_williams
Browse files

improve promote script to use rsync instead of cp

parent 79075323
No related branches found
No related tags found
No related merge requests found
...@@ -159,7 +159,7 @@ then ...@@ -159,7 +159,7 @@ then
maxTrys=5 maxTrys=5
exitCode=-1 exitCode=-1
nTrys=0 nTrys=0
until [ exitCode == 0 ] until [ $exitCode == 0 ]
do do
rsync -${rsyncArgs} ${FROMDIR} ${TODIR} rsync -${rsyncArgs} ${FROMDIR} ${TODIR}
exitCode=$? exitCode=$?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment