From e34e74eda5a7e6ffda78688b36c1b7d4504557e8 Mon Sep 17 00:00:00 2001 From: deflax Date: Fri, 9 Apr 2021 12:26:24 +0300 Subject: [PATCH] Update cputemp.sh --- thinkfan/cputemp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thinkfan/cputemp.sh b/thinkfan/cputemp.sh index f4a5159..4e9ce32 100644 --- a/thinkfan/cputemp.sh +++ b/thinkfan/cputemp.sh @@ -1,3 +1,3 @@ #!/bin/bash -cat /sys/devices/virtual/hwmon/hwmon1/temp1_input | head -c2 +cat /sys/devices/virtual/thermal/thermal_zone0/hwmon1/temp1_input | head -c2