moved the machine line

This commit is contained in:
inxi-svn 2011-06-08 02:37:18 +00:00
parent ac38d58363
commit 3a3e5efa4f

6
inxi
View file

@ -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