mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 00:47:47 +00:00
brnach one, bug fix
This commit is contained in:
parent
0f172aaf07
commit
ffe7932b21
6
inxi
6
inxi
|
@ -4889,7 +4889,7 @@ get_dmidecode_data()
|
|||
{
|
||||
eval $LOGFS
|
||||
|
||||
local dmiData=""
|
||||
local dmiData="$( cat ~/bin/scripts/inxi/data/dmidecode/dmidecode-memory-variants-1.txt )"
|
||||
local dmidecodePath=''
|
||||
|
||||
if [[ $B_DMIDECODE_SET != 'true' ]];then
|
||||
|
@ -11976,10 +11976,10 @@ print_ram_data()
|
|||
device_type=${a_memory_item[6]}
|
||||
if [[ $B_EXTRA_EXTRA_EXTRA_DATA == 'true' && -n ${a_memory_item[7]} \
|
||||
&& ${a_memory_item[7]} != 'Other' ]];then
|
||||
device_type="$device_type (${a_memory_item[7]}) "
|
||||
device_type="$device_type (${a_memory_item[7]})"
|
||||
fi
|
||||
else
|
||||
device_type='N/A '
|
||||
device_type='N/A'
|
||||
fi
|
||||
device_type="${C1}type$SEP3${C2} $device_type "
|
||||
if [[ -n ${a_memory_item[8]} ]];then
|
||||
|
|
Loading…
Reference in a new issue