diff options
Diffstat (limited to 'share')
-rwxr-xr-x | share/hydra/mass | 2 |
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 |