added last tests for printout error

This commit is contained in:
inxi-svn 2009-07-28 19:47:51 +00:00
parent f545e5d4e7
commit dc925cd8b2

2
inxi
View file

@ -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 {