From 8f98298b68f0e448431d10eb836d964e92142a01 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Tue, 23 Sep 2025 14:50:22 +0200 Subject: [PATCH] Clean up diagnostics comments in build.func Removed commented lines related to diagnostics information. --- misc/build.func | 4 ---- 1 file changed, 4 deletions(-) diff --git a/misc/build.func b/misc/build.func index fa132148..e854b893 100644 --- a/misc/build.func +++ b/misc/build.func @@ -980,13 +980,11 @@ DIAGNOSTICS=yes #To send diagnostics, set the variable 'DIAGNOSTICS' to "yes" in /usr/local/community-scripts/diagnostics, or use the menue. #This will enable the diagnostics feature. #The following information will be sent: -#"ct_type" #"disk_size" #"core_count" #"ram_size" #"os_type" #"os_version" -#"disableip6" #"nsapp" #"method" #"pve_version" @@ -1007,13 +1005,11 @@ DIAGNOSTICS=no #To send diagnostics, set the variable 'DIAGNOSTICS' to "yes" in /usr/local/community-scripts/diagnostics, or use the menue. #This will enable the diagnostics feature. #The following information will be sent: -#"ct_type" #"disk_size" #"core_count" #"ram_size" #"os_type" #"os_version" -#"disableip6" #"nsapp" #"method" #"pve_version"