Commit fc8ddd3b authored by Adam Wujek's avatar Adam Wujek 💬

build: rename network interfaces from wrX to wriX+1 in wrs_hwinfo script

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent fc20df42
...@@ -59,7 +59,7 @@ while [ $# -ge 1 ]; do ...@@ -59,7 +59,7 @@ while [ $# -ge 1 ]; do
shift; shift shift; shift
;; ;;
-m2|--mac2|--wr0.ethaddr) -m2|--mac2|--wri1.ethaddr)
MAC2="$2" MAC2="$2"
checkMAC $MAC2 checkMAC $MAC2
if [ $? -eq 1 ];then if [ $? -eq 1 ];then
......
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