mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
removed some testing stuff
This commit is contained in:
parent
151f1841cd
commit
33332b4d5e
3
inxi
3
inxi
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
########################################################################
|
||||
#### Script Name: inxi
|
||||
#### version: 1.0.86-b1
|
||||
#### version: 1.0.87-b1
|
||||
#### Date: 26 July 2009
|
||||
########################################################################
|
||||
#### SPECIAL THANKS
|
||||
|
@ -3969,7 +3969,6 @@ print_sensors_data()
|
|||
cpu_fan='N/A'
|
||||
fi
|
||||
cpu_fan="${C1}Cpu Fan:${C2} $cpu_fan "
|
||||
sensors_data=${A_SENSORS_DATA[0]}
|
||||
fi
|
||||
sensors_data="$mobo_temp$cpu_temp$cpu_fan"
|
||||
sensors_data=$( create_print_line "Sensors:" "$sensors_data" )
|
||||
|
|
Loading…
Reference in a new issue