mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
bug fix?
This commit is contained in:
parent
9100ceff1c
commit
41dbd23c9d
6
inxi
6
inxi
|
@ -3327,13 +3327,15 @@ get_networking_data()
|
|||
print string ",,,,usb-" $6
|
||||
}
|
||||
}' <<< "$card_data" )
|
||||
IFS=$'\n'
|
||||
|
||||
if [[ -n $array_string ]];then
|
||||
IFS=$'\n'
|
||||
array_count=${#A_AUDIO_DATA[@]}
|
||||
A_NETWORK_DATA[$array_count]="$array_string"
|
||||
fi
|
||||
IFS="$ORIGINAL_IFS"
|
||||
fi
|
||||
|
||||
fi
|
||||
fi
|
||||
|
||||
if [[ $B_SHOW_ADVANCED_NETWORK == 'true' ]];then
|
||||
|
|
Loading…
Reference in a new issue