From 679a3d16c57ad6627b8d0190c63939e64505a75c Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Mon, 12 Nov 2018 01:28:52 +0100 Subject: T994: fix the argument number in "monitor bandwidth-test initiate". --- templates/monitor/bandwidth-test/initiate/node.tag/node.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/monitor/bandwidth-test/initiate/node.tag/node.def b/templates/monitor/bandwidth-test/initiate/node.tag/node.def index 86dfaa1..3d047dd 100644 --- a/templates/monitor/bandwidth-test/initiate/node.tag/node.def +++ b/templates/monitor/bandwidth-test/initiate/node.tag/node.def @@ -1,3 +1,3 @@ help: Initiate a bandwidth test to specified host (port TCP/5001) allowed: echo ' ' -run: iperf -c $5 +run: iperf -c $4 -- cgit v1.2.3