mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
removing that attempt, too hard that way
This commit is contained in:
parent
70be9f6eef
commit
7da7517514
5
inxi
5
inxi
|
@ -5964,9 +5964,8 @@ print_machine_data()
|
|||
if [[ ${#A_MACHINE_DATA[@]} -gt 0 ]];then
|
||||
# note: in some case a mobo/version will match a product name/version, do not print those
|
||||
# some special cases, with: System MSI product MS-7680/Mobo MSI model H61M-P23 (MS-7680)
|
||||
if [[ -n ${A_MACHINE_DATA[1]} && -n ${A_MACHINE_DATA[6]} && "${A_MACHINE_DATA[1]}" == *"${A_MACHINE_DATA[6]}"* ]] || \
|
||||
[[ -n ${A_MACHINE_DATA[1]} && -n ${A_MACHINE_DATA[6]} && *"${A_MACHINE_DATA[1]}"* == "${A_MACHINE_DATA[6]}" ]] || \
|
||||
[[ -z ${A_MACHINE_DATA[0]} ]];then
|
||||
if [[ -n ${A_MACHINE_DATA[1]} && -n ${A_MACHINE_DATA[6]} && ${A_MACHINE_DATA[1]} == ${A_MACHINE_DATA[6]} ]] || \
|
||||
[[ -z ${A_MACHINE_DATA[0]} ]];then
|
||||
b_skip_system='true'
|
||||
fi
|
||||
# no point in showing chassis if system isn't there, it's very unlikely that would be correct
|
||||
|
|
Loading…
Reference in a new issue