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

improve promote script to use rsync instead of cp

parent e236e673
No related branches found
No related tags found
No related merge requests found
...@@ -160,6 +160,7 @@ then ...@@ -160,6 +160,7 @@ then
exitCode=-1 exitCode=-1
nTrys=0 nTrys=0
nPauseTime=120s nPauseTime=120s
until [ $exitCode == 0 ] until [ $exitCode == 0 ]
do do
rsync -${rsyncArgs} ${FROMDIR} ${TODIR} rsync -${rsyncArgs} ${FROMDIR} ${TODIR}
......
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