summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2014-08-13 09:38:32 -0400
committerSteve Dickson <steved@redhat.com>2014-08-13 09:38:32 -0400
commit77f025861c96bbfd8dc72c54236223ef645febd6 (patch)
treec36225cbc733e075f2219bc913672774b240d2d2
parent71c9118335e124c09affac1c55c12fa61b8a7ba7 (diff)
downloadcthon04-77f025861c96bbfd8dc72c54236223ef645febd6.tar.gz
cthon04-77f025861c96bbfd8dc72c54236223ef645febd6.tar.xz
cthon04-77f025861c96bbfd8dc72c54236223ef645febd6.zip
More clean up...
Signed-off-by: Steve Dickson <steved@redhat.com>
-rwxr-xr-xruncthon4
1 files changed, 2 insertions, 2 deletions
diff --git a/runcthon b/runcthon
index 2af2f19..4021ab0 100755
--- a/runcthon
+++ b/runcthon
@@ -51,9 +51,9 @@ sec=$5
fi
else
if [ -n "$sec" ] ; then
- mntargs="-o $proto,nfsvers=$vers,sec=$sec"
+ mntargs="-o $proto,v$vers,sec=$sec"
else
- mntargs="-o $proto,nfsvers=$vers"
+ mntargs="-o $proto,v$vers"
fi
if [ "$proto" = "rdma" ] ; then
mntargs="$mntargs,port=20049"