From 6ff1b3b44c0cc583d9784f147ac25e1984eff219 Mon Sep 17 00:00:00 2001 From: Meliox Date: Wed, 28 Jun 2023 23:37:46 +0200 Subject: [PATCH] Fix trailing ending --- 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 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\