remove --stats: if nothing changed, nothing should be printed on stdout

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
remotes/origin/feature_files_export
Nico Schottelius 13 years ago
parent f73709d467
commit 88ea9bf245
  1. 2
      conf/type/__rsyncer/gencode-local

@ -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

Loading…
Cancel
Save