diff --git a/pve-mod-gui-temp.sh b/pve-mod-gui-temp.sh index f099d70..9e88f8e 100644 --- a/pve-mod-gui-temp.sh +++ b/pve-mod-gui-temp.sh @@ -142,7 +142,7 @@ function install_mod { textField: 'thermalstate',\n\ renderer: function(value){\n\ // sensors configuration\n\ - const cpu_address = \"$cpu_address\",\n\ + const cpu_address = \"$cpu_address\";\n\ const cpu_item_Prefix = \"$cpu_item_prefix\";\n\ // display configuration\n\ const coresPerRow = $CPUPerRow;\n\\n\