mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +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
|
||||
print_system_data
|
||||
fi
|
||||
if [[ $VERBOSITY_LEVEL -ge 1 || $B_SHOW_CPU == 'true' ]];then
|
||||
print_cpu_data
|
||||
fi
|
||||
if [[ $B_SHOW_MACHINE_DATA == 'true' ]];then
|
||||
print_machine_data
|
||||
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
|
||||
print_gfx_data
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue