From 0fa7a422827d5dacc23bc2eff4d2d5026c5672da Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 8 May 2020 16:42:42 -0300 Subject: Fix: install: do not be so verbose --- share/hydra/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/hydra/install b/share/hydra/install index a5f1eef..80c9e81 100755 --- a/share/hydra/install +++ b/share/hydra/install @@ -52,7 +52,7 @@ for node in $NODES; do fi # Rsync version - rsync -rltDv --no-perms --delete --rsync-path "sudo rsync" $APP_BASE/ $node:/usr/local/share/hydra/ + rsync -rltD --no-perms --delete --rsync-path "sudo rsync" $APP_BASE/ $node:/usr/local/share/hydra/ # Proceed installation remotely $HYDRA_CONNECT $node /usr/local/share/hydra/hydractl install -- cgit v1.2.3