mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 08:35:25 +00:00
moved the machine line
This commit is contained in:
parent
ac38d58363
commit
3a3e5efa4f
6
inxi
6
inxi
|
@ -5267,12 +5267,12 @@ print_it_out()
|
||||||
if [[ $VERBOSITY_LEVEL -ge 1 || $B_SHOW_SYSTEM == 'true' ]];then
|
if [[ $VERBOSITY_LEVEL -ge 1 || $B_SHOW_SYSTEM == 'true' ]];then
|
||||||
print_system_data
|
print_system_data
|
||||||
fi
|
fi
|
||||||
if [[ $VERBOSITY_LEVEL -ge 1 || $B_SHOW_CPU == 'true' ]];then
|
|
||||||
print_cpu_data
|
|
||||||
fi
|
|
||||||
if [[ $B_SHOW_MACHINE_DATA == 'true' ]];then
|
if [[ $B_SHOW_MACHINE_DATA == 'true' ]];then
|
||||||
print_machine_data
|
print_machine_data
|
||||||
fi
|
fi
|
||||||
|
if [[ $VERBOSITY_LEVEL -ge 1 || $B_SHOW_CPU == 'true' ]];then
|
||||||
|
print_cpu_data
|
||||||
|
fi
|
||||||
if [[ $VERBOSITY_LEVEL -ge 1 || $B_SHOW_GRAPHICS == 'true' ]];then
|
if [[ $VERBOSITY_LEVEL -ge 1 || $B_SHOW_GRAPHICS == 'true' ]];then
|
||||||
print_gfx_data
|
print_gfx_data
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue