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
2
inxi
2
inxi
|
@ -4889,7 +4889,7 @@ get_dmidecode_data()
|
||||||
{
|
{
|
||||||
eval $LOGFS
|
eval $LOGFS
|
||||||
|
|
||||||
local dmiData=""
|
local dmiData="$( cat ~/bin/scripts/inxi/data/dmidecode/dmidecode-memory-variants-1.txt )"
|
||||||
local dmidecodePath=''
|
local dmidecodePath=''
|
||||||
|
|
||||||
if [[ $B_DMIDECODE_SET != 'true' ]];then
|
if [[ $B_DMIDECODE_SET != 'true' ]];then
|
||||||
|
|
Loading…
Reference in a new issue