sync into dir, not subdir
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
eab894e608
commit
c66dabfffd
1 changed files with 1 additions and 1 deletions
2
doc/dev/sync-to-testhost
Normal file → Executable file
2
doc/dev/sync-to-testhost
Normal file → Executable file
|
@ -24,5 +24,5 @@
|
||||||
dirs="cdist cdist-nutzung"
|
dirs="cdist cdist-nutzung"
|
||||||
|
|
||||||
for dir in $dirs; do
|
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
|
done
|
||||||
|
|
Loading…
Reference in a new issue