mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
lined up cpu data
This commit is contained in:
parent
7b5d5275e9
commit
3dd88bf16c
2
inxi
2
inxi
|
@ -4087,7 +4087,7 @@ print_sensors_data()
|
|||
else
|
||||
cpu_fan='N/A'
|
||||
fi
|
||||
cpu_fan="${C1}Fan Speeds (rpm): cpu:${C2} $cpu_fan "
|
||||
cpu_fan="${C1}Fan Speeds (in rpm): cpu:${C2} $cpu_fan "
|
||||
# then set the sys fans, if present or 0. sys fan 1 only if cpu fan is present,
|
||||
# otherwise fan1: is cpu fan
|
||||
if [[ -n ${A_SENSORS_DATA[2]} && -n ${A_SENSORS_DATA[3]} ]];then
|
||||
|
|
Loading…
Reference in a new issue