mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 20:35:11 +01:00
Fix for hdd temperature list
This commit is contained in:
@@ -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`
|
||||||
|
|||||||
Reference in New Issue
Block a user