From dc925cd8b21b40c06d452876a626c8a37ef780ce Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Tue, 28 Jul 2009 19:47:51 +0000 Subject: [PATCH] added last tests for printout error --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {