File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 267
267
if [[ $succeeded_xc40 -eq 1 ]]; then
268
268
printf " ${GREEN} \n\nrsyncing the kgo to xcs.\n${NC} "
269
269
host_rsync=$( rose host-select xc)
270
- rsync_com=" ssh -Y ${host_rsync} " rsync -av /projects/um1/standard_jobs/${rsync_dir} xcslr0:/common/um1/standard_jobs/${rsync_dir} " "
270
+ rsync_com=" ssh -Y ${host_rsync} ' rsync -av /projects/um1/standard_jobs/${rsync_dir} xcslr0:/common/um1/standard_jobs/${rsync_dir} ' "
271
271
if [[ $launch_platform == " spice" ]]; then
272
272
ssh -Y ${root_user} @localhost " $rsync_com "
273
273
rc=$?
@@ -293,7 +293,7 @@ if [[ $succeeded_ex1a -eq 1 ]]; then
293
293
host_rsync=$( rose host-select exab)
294
294
295
295
# rsync to EXZ
296
- rsync_com=" ssh -Y ${host_rsync} " rsync -av /common/internal/umdir/standard_jobs/${rsync_dir} login.exz:/common/umdir/standard_jobs/${rsync_dir} " "
296
+ rsync_com=" ssh -Y ${host_rsync} ' rsync -av /common/internal/umdir/standard_jobs/${rsync_dir} login.exz:/common/umdir/standard_jobs/${rsync_dir} ' "
297
297
if [[ $launch_platform == " spice" ]]; then
298
298
ssh -Y ${root_user} @localhost " $rsync_com "
299
299
rc=$?
@@ -310,7 +310,7 @@ if [[ $succeeded_ex1a -eq 1 ]]; then
310
310
311
311
# rsync to EXCD
312
312
excd_host=$( rose host-select excd)
313
- rsync_com=" ssh -Y ${host_rsync} " rsync -av /common/internal/umdir/standard_jobs/${rsync_dir} ${excd_host} :/common/internal/umdir/standard_jobs/${rsync_dir} " "
313
+ rsync_com=" ssh -Y ${host_rsync} ' rsync -av /common/internal/umdir/standard_jobs/${rsync_dir} ${excd_host} :/common/internal/umdir/standard_jobs/${rsync_dir} ' "
314
314
if [[ $launch_platform == " spice" ]]; then
315
315
ssh -Y ${root_user} @localhost " $rsync_com "
316
316
rc=$?
You can’t perform that action at this time.
0 commit comments