From 147cebc70d5f4c9ce5c8b7e6b2f4b65fd3193f2f Mon Sep 17 00:00:00 2001 From: Meliox Date: Tue, 9 Sep 2025 19:37:57 +0200 Subject: [PATCH] change comment text --- pve-mod-gui-sensors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pve-mod-gui-sensors.sh b/pve-mod-gui-sensors.sh index 91c6b6d..9c064d1 100644 --- a/pve-mod-gui-sensors.sh +++ b/pve-mod-gui-sensors.sh @@ -425,7 +425,7 @@ collect_sensors_output() { # Example: "SODIMM":{"temp3_input":34.0} becomes "SODIMM3":{"temp3_input":34.0}\ $res->{sensorsOutput} =~ s/\\"SODIMM\\":\\{\\"temp(\\d+)_input\\"/\\"SODIMM$1\\":\\{\\"temp$1_input\\"/g;\ \ - # Fix duplicate fans keys by appending fan number with a space\ + # Fix duplicate fans keys by appending fan number\ # Example: "Processor Fan":{"fan2_input":1000,...} → "Processor Fan 2":{"fan2_input":1000,...}\ $res->{sensorsOutput} =~ s/\\"([^"]+)\\":\\{\\"fan(\\d+)_input\\"/\\"$1 $2\\":\{\\"fan$2_input\\"/g;\ ' "$NODES_PM_FILE"