mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
language tweak
This commit is contained in:
parent
f94a67dca6
commit
673c4d4585
2
inxi
2
inxi
|
@ -6937,7 +6937,7 @@ print_machine_data()
|
||||||
fi
|
fi
|
||||||
IFS="$ORIGINAL_IFS"
|
IFS="$ORIGINAL_IFS"
|
||||||
else
|
else
|
||||||
system_line="${C2}No /sys machine data. Try newer kernel, or install dmidecode.${CN}"
|
system_line="${C2}No /sys/class/dmi machine data. Try newer kernel, or install dmidecode.${CN}"
|
||||||
fi
|
fi
|
||||||
# patch to dump all of above if dmidecode was data source and non root user
|
# patch to dump all of above if dmidecode was data source and non root user
|
||||||
if [[ ${A_MACHINE_DATA[0]} == 'dmidecode-non-root-user' || ${A_MACHINE_DATA[0]} == 'dmidecode-no-smbios-dmi-data' ]];then
|
if [[ ${A_MACHINE_DATA[0]} == 'dmidecode-non-root-user' || ${A_MACHINE_DATA[0]} == 'dmidecode-no-smbios-dmi-data' ]];then
|
||||||
|
|
Loading…
Reference in a new issue