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:
Nico Schottelius 2012-01-23 10:46:22 +01:00
parent f73709d467
commit 88ea9bf245
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ else
rsyncbin=`which rsync`
fi
args='-a --stats'
args='-a'
# If the --delete argument should be passed to rsync.
if [ -f "$__object/parameter/delete" ]; then