diff --git a/inxi b/inxi index b3f8ff8..6783fa8 100755 --- a/inxi +++ b/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