mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
output tweaking
This commit is contained in:
parent
4290ee3fd1
commit
c911060396
4
inxi
4
inxi
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue