diff options
Diffstat (limited to 'contrib/testbed_cleanup.sh')
-rwxr-xr-x | contrib/testbed_cleanup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/testbed_cleanup.sh b/contrib/testbed_cleanup.sh index b254c43c5..5e87de108 100755 --- a/contrib/testbed_cleanup.sh +++ b/contrib/testbed_cleanup.sh @@ -7,7 +7,7 @@ # Author: Sree Harsha Totakura # ################################################################################### -for host in `cut -d : -f 1 < infiniband_cluster.hosts` +for host in `cut -d : -f 1 < infiniband_cluster.hosts | cut -d @ -f 2` do echo "ssh --> $host" ssh $host 'pkill gnunet; rm -rf /tmp/gnunet-pipe*; rm -rf /tmp/testbed*' |