summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xruncthon2
1 files changed, 1 insertions, 1 deletions
diff --git a/runcthon b/runcthon
index ccd9c06..e8cd3e3 100755
--- a/runcthon
+++ b/runcthon
@@ -151,7 +151,7 @@ umountall()
mkdirs()
{
protos="udp tcp"
- [ "$rdma" -eq 1 ] && protos="$proto rdma"
+ [ "$rdma" -eq 1 ] && protos="$protos rdma"
for proto in $protos
do
for vers in 3 4 41 42