lined up cpu data

This commit is contained in:
inxi-svn 2009-07-27 22:34:17 +00:00
parent 7b5d5275e9
commit 3dd88bf16c

2
inxi
View file

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