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