aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-09-12 08:58:27 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-09-12 08:58:27 -0300
commit955a3ab2b8e6c7555528fe09588e44c45b149597 (patch)
treebcf7768cddb0a36478d69ad92c76f888a3ec7d95
parentfb8774be70b691b8b085a3cfadee5e28f21902ac (diff)
downloadhydra-955a3ab2b8e6c7555528fe09588e44c45b149597.tar.gz
hydra-955a3ab2b8e6c7555528fe09588e44c45b149597.tar.bz2
Set not timeout at pssh
-rwxr-xr-xshare/hydra/mass2
1 files changed, 1 insertions, 1 deletions
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