]> gitweb.fluxo.info Git - hydra.git/commitdiff
Set not timeout at pssh
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 12 Sep 2015 11:58:27 +0000 (08:58 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 12 Sep 2015 11:58:27 +0000 (08:58 -0300)
share/hydra/mass

index a7205e0c91ffe0c84c9a27011c3aa5bf0c935216..3b1ed2de350f0454e530e5edb4af12e26d7ab000 100755 (executable)
@@ -19,7 +19,7 @@
 # Issue commands with pssh
 function mass_pssh {
   hydra_check_command parallel-ssh
-  parallel-ssh -P -p 4 -h $TMPWORK sudo $COMMAND
+  parallel-ssh -P -p 4 -t 0 -h $TMPWORK sudo $COMMAND
 }
 
 # Issue commands with a for loop