mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 17:07:49 +00:00
small tweak
This commit is contained in:
parent
85f2543b31
commit
f419ca2c96
3
inxi
3
inxi
|
@ -3636,6 +3636,9 @@ get_sensors_data()
|
|||
else if ( temp1 != "" && temp2 == "" && cpuTemp == "" && moboTemp == "" ){
|
||||
tempFanType=1
|
||||
}
|
||||
else if ( temp1 != "" && temp2 == "" && cpuTemp == "" && moboTemp != "" ){
|
||||
tempFanType=1
|
||||
}
|
||||
|
||||
# then get the real cpu temp, best guess is hottest is real
|
||||
if ( cpuTemp != "" ){
|
||||
|
|
Loading…
Reference in a new issue