mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 00:47:47 +00:00
branches one, bug fix
This commit is contained in:
parent
c4a035dfad
commit
ac057dd0ab
5
inxi
5
inxi
|
@ -2,8 +2,8 @@
|
||||||
########################################################################
|
########################################################################
|
||||||
#### Script Name: inxi
|
#### Script Name: inxi
|
||||||
#### Version: 2.1.28
|
#### Version: 2.1.28
|
||||||
#### Date: 2014-07-22
|
#### Date: 2014-07-24
|
||||||
#### Patch Number: 04-b1
|
#### Patch Number: 05-b1
|
||||||
########################################################################
|
########################################################################
|
||||||
#### SPECIAL THANKS
|
#### SPECIAL THANKS
|
||||||
########################################################################
|
########################################################################
|
||||||
|
@ -6433,7 +6433,6 @@ get_network_advanced_data()
|
||||||
oper_state=''
|
oper_state=''
|
||||||
usb_data=''
|
usb_data=''
|
||||||
chip_id=''
|
chip_id=''
|
||||||
array_counter=0
|
|
||||||
if [[ -z $( grep '^usb-' <<< ${a_network_adv_working[4]} ) ]];then
|
if [[ -z $( grep '^usb-' <<< ${a_network_adv_working[4]} ) ]];then
|
||||||
# note although this may exist technically don't use it, it's a virtual path
|
# note although this may exist technically don't use it, it's a virtual path
|
||||||
# and causes weird cat errors when there's a missing file as well as a virtual path
|
# and causes weird cat errors when there's a missing file as well as a virtual path
|
||||||
|
|
Loading…
Reference in a new issue