From: Silvio Rhatto Date: Sat, 12 Sep 2015 11:58:27 +0000 (-0300) Subject: Set not timeout at pssh X-Git-Tag: 0.2.4~304 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=955a3ab2b8e6c7555528fe09588e44c45b149597;p=hydra.git Set not timeout at pssh --- diff --git a/share/hydra/mass b/share/hydra/mass index a7205e0..3b1ed2d 100755 --- a/share/hydra/mass +++ b/share/hydra/mass @@ -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