removed some testing stuff

This commit is contained in:
inxi-svn 2009-07-27 06:39:52 +00:00
parent 151f1841cd
commit 33332b4d5e

3
inxi
View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
######################################################################## ########################################################################
#### Script Name: inxi #### Script Name: inxi
#### version: 1.0.86-b1 #### version: 1.0.87-b1
#### Date: 26 July 2009 #### Date: 26 July 2009
######################################################################## ########################################################################
#### SPECIAL THANKS #### SPECIAL THANKS
@ -3969,7 +3969,6 @@ print_sensors_data()
cpu_fan='N/A' cpu_fan='N/A'
fi fi
cpu_fan="${C1}Cpu Fan:${C2} $cpu_fan " cpu_fan="${C1}Cpu Fan:${C2} $cpu_fan "
sensors_data=${A_SENSORS_DATA[0]}
fi fi
sensors_data="$mobo_temp$cpu_temp$cpu_fan" sensors_data="$mobo_temp$cpu_temp$cpu_fan"
sensors_data=$( create_print_line "Sensors:" "$sensors_data" ) sensors_data=$( create_print_line "Sensors:" "$sensors_data" )