mirror of
https://github.com/smxi/inxi.git
synced 2025-01-18 16:37:49 +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
|
||||
#### Version: 2.1.28
|
||||
#### Date: 2014-07-22
|
||||
#### Patch Number: 04-b1
|
||||
#### Date: 2014-07-24
|
||||
#### Patch Number: 05-b1
|
||||
########################################################################
|
||||
#### SPECIAL THANKS
|
||||
########################################################################
|
||||
|
@ -6433,7 +6433,6 @@ get_network_advanced_data()
|
|||
oper_state=''
|
||||
usb_data=''
|
||||
chip_id=''
|
||||
array_counter=0
|
||||
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
|
||||
# and causes weird cat errors when there's a missing file as well as a virtual path
|
||||
|
|
Loading…
Reference in a new issue