From 88ea9bf245a20c4e835147121bc391eae8882ef4 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 23 Jan 2012 10:46:22 +0100 Subject: [PATCH] remove --stats: if nothing changed, nothing should be printed on stdout Signed-off-by: Nico Schottelius --- conf/type/__rsyncer/gencode-local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/type/__rsyncer/gencode-local b/conf/type/__rsyncer/gencode-local index 5d1f17b1..9635707b 100755 --- a/conf/type/__rsyncer/gencode-local +++ b/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