Commit 3985b010 authored by Rohit Gupta's avatar Rohit Gupta

fixed minor bug in debug message printing

parent 0a9f80bd
......@@ -10,7 +10,7 @@ iface=${args[1]}
iperf_args=(${args[@]:2})
#array=${1:-1}
echo "args = $array"
echo "args = ${args[@]}"
echo "timeout = $timeout"
echo "iface = $iface"
echo "iperf_args = ${iperf_args[@]}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment