diff --git a/inxi b/inxi index dff79ec..1711332 100755 --- a/inxi +++ b/inxi @@ -1,7 +1,7 @@ #!/bin/bash ######################################################################## #### Script Name: inxi -#### version: 1.0.102-b1 +#### version: 1.0.103-b1 #### Date: 28 July 2009 ######################################################################## #### SPECIAL THANKS @@ -3144,6 +3144,10 @@ local sample=" } } } + # need a case for no temps at all reported, like with old intels + else if ( temp1 == "" && temp2 == "" && cpuTemp == "" && moboTemp == "" ){ + tempFanType=1 + } # print "tft: " tempFanType # then get the real cpu temp, best guess is hottest is real