mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
tweaked line count
This commit is contained in:
parent
4d20c9fe84
commit
8232c927ad
4
inxi
4
inxi
|
@ -5939,7 +5939,7 @@ print_machine_data()
|
||||||
{
|
{
|
||||||
eval $LOGFS
|
eval $LOGFS
|
||||||
|
|
||||||
local line_max='160' system_line='' mobo_line='' bios_line='' chassis_line=''
|
local line_max='170' system_line='' mobo_line='' bios_line='' chassis_line=''
|
||||||
local mobo_vendor='' mobo_model='' mobo_version='' mobo_serial=''
|
local mobo_vendor='' mobo_model='' mobo_version='' mobo_serial=''
|
||||||
local bios_vendor='' bios_version='' bios_date=''
|
local bios_vendor='' bios_version='' bios_date=''
|
||||||
local system_vendor='' product_name='' product_version='' product_serial='' product_uuid=''
|
local system_vendor='' product_name='' product_version='' product_serial='' product_uuid=''
|
||||||
|
@ -5974,7 +5974,7 @@ print_machine_data()
|
||||||
# in case where the vendor is the same and the version is the same and not null,
|
# in case where the vendor is the same and the version is the same and not null,
|
||||||
# otherwise the version information is going to be different in all cases I think
|
# otherwise the version information is going to be different in all cases I think
|
||||||
elif [[ ${A_MACHINE_DATA[0]} == ${A_MACHINE_DATA[5]} && \
|
elif [[ ${A_MACHINE_DATA[0]} == ${A_MACHINE_DATA[5]} && \
|
||||||
-n ${A_MACHINE_DATA[2]} && ${A_MACHINE_DATA[2]} == ${A_MACHINE_DATA[7]} ]];then
|
-n ${A_MACHINE_DATA[2]} && ${A_MACHINE_DATA[2]} == ${A_MACHINE_DATA[7]} ]];then
|
||||||
b_skip_system='true'
|
b_skip_system='true'
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue