aboutsummaryrefslogtreecommitdiff
path: root/contrib/testbed_cleanup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/testbed_cleanup.sh')
-rwxr-xr-xcontrib/testbed_cleanup.sh2
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 @@
7# Author: Sree Harsha Totakura # 7# Author: Sree Harsha Totakura #
8################################################################################### 8###################################################################################
9 9
10for host in `cut -d : -f 1 < infiniband_cluster.hosts` 10for host in `cut -d : -f 1 < infiniband_cluster.hosts | cut -d @ -f 2`
11do 11do
12 echo "ssh --> $host" 12 echo "ssh --> $host"
13 ssh $host 'pkill gnunet; rm -rf /tmp/gnunet-pipe*; rm -rf /tmp/testbed*' 13 ssh $host 'pkill gnunet; rm -rf /tmp/gnunet-pipe*; rm -rf /tmp/testbed*'