sync into dir, not subdir

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-05-10 13:14:48 +02:00
parent eab894e608
commit c66dabfffd
1 changed files with 1 additions and 1 deletions

2
doc/dev/sync-to-testhost Normal file → Executable file
View File

@ -24,5 +24,5 @@
dirs="cdist cdist-nutzung"
for dir in $dirs; do
rsync -av --delete /home/users/nico/p/$dir root@rnic01:$dir
rsync -av --delete /home/users/nico/p/$dir/ root@rnic01:$dir
done