diff options
-rwxr-xr-x | share/hydra/mass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/hydra/mass b/share/hydra/mass index f5df37f..a7205e0 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 -t 120 -P -p 4 -h $TMPWORK sudo $COMMAND + parallel-ssh -P -p 4 -h $TMPWORK sudo $COMMAND } # Issue commands with a for loop @@ -71,5 +71,5 @@ fi # Execute commands in hosts echo "Issuing $COMMAND on multiple nodes..." -mass_loop $COMMAND +mass_pssh $COMMAND hydra_unset_tmpfile $TMPWORK |