From f419ca2c969ced0950be2e24a3302767144cea07 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Thu, 18 Feb 2010 06:53:49 +0000 Subject: [PATCH] small tweak --- inxi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inxi b/inxi index 7bef897..2acd080 100755 --- a/inxi +++ b/inxi @@ -3636,6 +3636,9 @@ get_sensors_data() else if ( temp1 != "" && temp2 == "" && cpuTemp == "" && moboTemp == "" ){ tempFanType=1 } + else if ( temp1 != "" && temp2 == "" && cpuTemp == "" && moboTemp != "" ){ + tempFanType=1 + } # then get the real cpu temp, best guess is hottest is real if ( cpuTemp != "" ){