mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +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
|
else
|
||||||
cpu_fan='N/A'
|
cpu_fan='N/A'
|
||||||
fi
|
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,
|
# then set the sys fans, if present or 0. sys fan 1 only if cpu fan is present,
|
||||||
# otherwise fan1: is cpu fan
|
# otherwise fan1: is cpu fan
|
||||||
if [[ -n ${A_SENSORS_DATA[2]} && -n ${A_SENSORS_DATA[3]} ]];then
|
if [[ -n ${A_SENSORS_DATA[2]} && -n ${A_SENSORS_DATA[3]} ]];then
|
||||||
|
|
Loading…
Reference in a new issue