output tweaking

This commit is contained in:
inxi-svn 2009-07-27 22:12:03 +00:00
parent 4290ee3fd1
commit c911060396

4
inxi
View file

@ -1,7 +1,7 @@
#!/bin/bash
########################################################################
#### Script Name: inxi
#### version: 1.0.94-b1
#### version: 1.0.95-b1
#### Date: 27 July 2009
########################################################################
#### SPECIAL THANKS
@ -4086,7 +4086,7 @@ print_sensors_data()
else
cpu_fan='N/A'
fi
cpu_fan="${C1}FANS(rpm) cpu:${C2} $cpu_fan "
cpu_fan="${C1}:: FANS(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