diff --git a/src/Scripts/pve-mod-configure b/src/Scripts/pve-mod-configure index 87c2a81..98615b6 100644 --- a/src/Scripts/pve-mod-configure +++ b/src/Scripts/pve-mod-configure @@ -526,7 +526,8 @@ main() { ENABLE_SYSTEM_INFO=0; SYSTEM_INFO_TYPE=1 PVE_TRIGGER_ENABLED=0 DEBUG_LM_SENSORS=0; DEBUG_LM_SENSORS_FILE="/tmp/sensors-output.json" - DEBUG_INTEL=0; DEBUG_INTEL_FILE="/tmp/intel-gpu-devices.json" + DEBUG_INTEL=0; DEBUG_INTEL_FILE="/tmp/intel-gpu-devices.txt" + DEBUG_INTEL_OUTPUT_FILE="/tmp/intel-gpu-top-output.txt" DEBUG_NVIDIA=0; DEBUG_NVIDIA_OUTPUT_FILE="/tmp/nvidia-smi-output.csv" DEBUG_NVIDIA_DEVICES_FILE="/tmp/nvidia-smi-devices.csv" DEBUG_AMD=0; DEBUG_AMD_FILE="/tmp/amd-gpu-devices.json"