forked from ungleich-public/cdist
remove --stats: if nothing changed, nothing should be printed on stdout
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
f73709d467
commit
88ea9bf245
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ else
|
||||||
rsyncbin=`which rsync`
|
rsyncbin=`which rsync`
|
||||||
fi
|
fi
|
||||||
|
|
||||||
args='-a --stats'
|
args='-a'
|
||||||
|
|
||||||
# If the --delete argument should be passed to rsync.
|
# If the --delete argument should be passed to rsync.
|
||||||
if [ -f "$__object/parameter/delete" ]; then
|
if [ -f "$__object/parameter/delete" ]; then
|
||||||
|
|
Loading…
Reference in a new issue