mirror of
https://github.com/smxi/inxi.git
synced 2025-04-17 15:19:11 +00:00
trying another
This commit is contained in:
parent
e4924fc44b
commit
767dc1f320
1 changed files with 1 additions and 1 deletions
2
inxi
2
inxi
|
@ -3329,8 +3329,8 @@ get_networking_data()
|
|||
}' <<< "$card_data" )
|
||||
|
||||
if [[ -n $array_string ]];then
|
||||
IFS=","
|
||||
array_count=${#A_AUDIO_DATA[@]}
|
||||
IFS=","
|
||||
A_NETWORK_DATA[$array_count]="$array_string"
|
||||
IFS="$ORIGINAL_IFS"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue