1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 21:45:10 +01:00

Fix for hdd temperature list

This commit is contained in:
2018-08-27 11:58:14 +02:00
parent 7c0921561f
commit c03e78b4a0

View File

@@ -4,7 +4,7 @@
#TEMPERATURE=`awk '{print $2}' /proc/acpi/thermal_zone/THRM/temperature` #TEMPERATURE=`awk '{print $2}' /proc/acpi/thermal_zone/THRM/temperature`
MONTH=`date +%Y-%m` MONTH=`date +%Y-%m`
DATE=`date +%Y-%m-%d` DATE=`date +%Y-%m-%d`
for HDD in sda sdb sdc sdd sde sdf sdg sdi for HDD in sda sdb sdc sdd sde sdf sdg sdh
#for HDD in sda sdb sdc sdd sde sdf sdg #for HDD in sda sdb sdc sdd sde sdf sdg
do do
#TEMPERATURE=`awk '{print $NF}' /root/tmp/hddtemp` #TEMPERATURE=`awk '{print $NF}' /root/tmp/hddtemp`