From 6ad9633c7e1d4488f5efbfe5163be314420e1b2d Mon Sep 17 00:00:00 2001 From: Meliox Date: Sun, 2 Jul 2023 20:42:29 +0200 Subject: [PATCH] Limit AMD cpu to Tccd. --- pve-mod-gui-temp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pve-mod-gui-temp.sh b/pve-mod-gui-temp.sh index 7464307..2462eb7 100644 --- a/pve-mod-gui-temp.sh +++ b/pve-mod-gui-temp.sh @@ -116,7 +116,7 @@ function configure { ;; "k10temp-"*) CPU_ADDRESS="$(echo "$sensorOutput" | grep "$item" | sed 's/"//g;s/:{//;s/^\s*//')" - CPU_ITEM_PREFIX="Tc" + CPU_ITEM_PREFIX="Tccd" CPU_TEMP_CAPTION="Temp" break ;;