From 3a3e5efa4f104eff1644372256f5a148df0b5934 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Wed, 8 Jun 2011 02:37:18 +0000 Subject: [PATCH] moved the machine line --- inxi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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