From 955a3ab2b8e6c7555528fe09588e44c45b149597 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 12 Sep 2015 08:58:27 -0300 Subject: Set not timeout at pssh --- share/hydra/mass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3