Skip to content
Snippets Groups Projects
Commit 3985b010 authored by Rohit Gupta's avatar Rohit Gupta
Browse files

fixed minor bug in debug message printing

parent 0a9f80bd
Branches
Tags
No related merge requests found
......@@ -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[@]}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment