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 ;;