diff --git a/inxi b/inxi index 1711332..96b8c46 100755 --- a/inxi +++ b/inxi @@ -3238,7 +3238,7 @@ local sample=" # print "tempunit: " tempUnit # if they are ALL null, print error message. psFan is not used in output currently - if ( cpuTempReal == "" && moboTempReal == "" && sysFanString == "" ) { + if ( cpuTempReal == "" && moboTempReal == "" && aFanReal[1] == "" && aFanReal[2] == "" && aFanReal[3] == "" && sysFanString == "" ) { print "No active sensors found. Have you configured your sensors yet?" } else {