Skip to content

Commit e1f94ce

Browse files
author
Tak
authored
Update xsync2
1 parent deccb95 commit e1f94ce

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

xsync2

+4-3
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ echo $pdir
1515

1616
cuser=`whoami`
1717

18-
cr=(02 03 04 05 06 07 08 09)
18+
cr=(0 1 2 3 4)
1919

2020
for (( i=0; i<${#cr[@]};i++)) do
21-
echo "======================probd${cr[i]}======================"
22-
rsync -rvl $pdir/$fname $cuser@probd${cr[i]}:$pdir
21+
echo "======================s12${cr[i]}======================"
22+
rsync -rvl $pdir/$fname $cuser@s12${cr[i]}:$pdir
2323
done
2424

2525
exit $?
26+

0 commit comments

Comments
 (0)