]> gitweb.fluxo.info Git - hydra.git/commitdiff
Fix: install: do not be so verbose
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 8 May 2020 19:42:42 +0000 (16:42 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 8 May 2020 19:42:42 +0000 (16:42 -0300)
share/hydra/install

index a5f1eefb9b686900dba798d362c50f53a8861143..80c9e814520a27716d0d1c3d9d6a7305f0a39bc0 100755 (executable)
@@ -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