mirror of
https://github.com/smxi/inxi.git
synced 2025-04-17 07:09:11 +00:00
bug fix?
This commit is contained in:
parent
9100ceff1c
commit
41dbd23c9d
1 changed files with 4 additions and 2 deletions
6
inxi
6
inxi
|
@ -3327,12 +3327,14 @@ 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"
|
||||
IFS="$ORIGINAL_IFS"
|
||||
fi
|
||||
IFS="$ORIGINAL_IFS"
|
||||
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue