mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
temp bug test
This commit is contained in:
parent
6d8ce49b50
commit
c7bb8c268b
9
inxi
9
inxi
|
@ -3237,6 +3237,15 @@ local sample="
|
|||
cpuTempReal = cpuTempReal tempUnit
|
||||
}
|
||||
# print "tempunit: " tempUnit
|
||||
print
|
||||
print "1:"cpuTempReal":"
|
||||
print "2:"moboTempReal":"
|
||||
print "3:"aFanReal[1]":"
|
||||
print "4:"aFanReal[2]":"
|
||||
print "5:"aFanReal[3]":"
|
||||
print "6:"sysFanString":"
|
||||
|
||||
|
||||
|
||||
# if they are ALL null, print error message. psFan is not used in output currently
|
||||
if ( cpuTempReal == "" && moboTempReal == "" && aFanReal[1] == "" && aFanReal[2] == "" && aFanReal[3] == "" && sysFanString == "" ) {
|
||||
|
|
Loading…
Reference in a new issue