- fixes
[oweals/gnunet.git] / contrib / testbed_cleanup.sh
index 5e87de10815c459a616a03a8b5d93f705a585d5b..57413fba0a5510d6f81da1287fa172e6ec3a09f4 100755 (executable)
@@ -10,5 +10,5 @@
 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*'
+    ssh $host 'pkill -SIGKILL gnunet; rm -rf /tmp/gnunet-pipe*; rm -rf /tmp/testbed*'
 done