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
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ iface=${args[1]} ...@@ -10,7 +10,7 @@ iface=${args[1]}
iperf_args=(${args[@]:2}) iperf_args=(${args[@]:2})
#array=${1:-1} #array=${1:-1}
echo "args = $array" echo "args = ${args[@]}"
echo "timeout = $timeout" echo "timeout = $timeout"
echo "iface = $iface" echo "iface = $iface"
echo "iperf_args = ${iperf_args[@]}" echo "iperf_args = ${iperf_args[@]}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment