diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-04-08 17:14:08 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-04-08 17:14:08 -0300 |
commit | 5f27d94bef796725c0bdc66578972905450630d9 (patch) | |
tree | 4bf3655ca5d7076b92d5adde05a83a34d502a736 | |
parent | 8903ecdb2493fbb4e9aa6527efe992e95ac614a2 (diff) | |
download | hydra-5f27d94bef796725c0bdc66578972905450630d9.tar.gz hydra-5f27d94bef796725c0bdc66578972905450630d9.tar.bz2 |
Mass: use a loop instead of pssh
-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 281ce9f..f5df37f 100755 --- a/share/hydra/mass +++ b/share/hydra/mass @@ -71,5 +71,5 @@ fi # Execute commands in hosts echo "Issuing $COMMAND on multiple nodes..." -mass_pssh $COMMAND +mass_loop $COMMAND hydra_unset_tmpfile $TMPWORK |