From fed0769e6a338c8aba1029d8e58eef34dca6e6b0 Mon Sep 17 00:00:00 2001 From: Meliox Date: Thu, 7 Aug 2025 11:42:07 +0200 Subject: [PATCH] remove debug --- 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 5556a4a..752d7ae 100644 --- a/pve-mod-gui-sensors.sh +++ b/pve-mod-gui-sensors.sh @@ -25,7 +25,7 @@ BACKUP_DIR="" # DEV NOTE: lm-sensors version >3.6.0 breakes properly formatted JSON output using 'sensors -j'. This implements a workaround using uses a python3 for formatting -DEBUG_REMOTE=true +DEBUG_REMOTE=false DEBUG_JSON_FILE="/tmp/sensordata.json" # This script's working directory