From eee60169b1673f75c2ffb42537448cc165eb5489 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Thu, 22 Jan 2015 09:24:17 +0100 Subject: [PATCH] 20140316: update for new hardware --- bin/cron/temperature_log | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cron/temperature_log b/bin/cron/temperature_log index f533e63..a5aa134 100755 --- a/bin/cron/temperature_log +++ b/bin/cron/temperature_log @@ -3,7 +3,7 @@ SENSORDATA=$(sensors 2>&1) -TEMPERATURE="$(grep -i 'temp1' <<< "${SENSORDATA}" | \ +TEMPERATURE="$(grep -i 'Core 0' <<< "${SENSORDATA}" | \ grep -Eo '[0-9\.]+[[:punct:]]?[ ]?[CF]+' | head -n 1 | \ sed 's/.\([CF]\)/\1/' | sed 's/C//' )"