mirror of
https://github.com/smxi/inxi.git
synced 2025-02-23 13:32:18 +00:00
small bug fix, networking cards didn't print out numbered card id
This commit is contained in:
parent
c9b53cdbcd
commit
b7cc482ea4
2
inxi
2
inxi
|
@ -10121,7 +10121,7 @@ print_networking_data()
|
|||
chip_id=''
|
||||
|
||||
if [[ ${#A_NETWORK_DATA[@]} -gt 1 ]];then
|
||||
chip_id="-$(( $i + 1 ))"
|
||||
card_id="-$(( $i + 1 ))"
|
||||
fi
|
||||
if [[ -n ${a_network_working[1]} && $B_EXTRA_DATA == 'true' && $BSD_TYPE != 'bsd' ]];then
|
||||
module_version=$( print_module_version "${a_network_working[1]}" )
|
||||
|
|
Loading…
Reference in a new issue