From: Silvio Rhatto Date: Fri, 8 May 2020 19:42:42 +0000 (-0300) Subject: Fix: install: do not be so verbose X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0fa7a422827d5dacc23bc2eff4d2d5026c5672da;p=hydra.git Fix: install: do not be so verbose --- 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