[API] Update build.func (#1967)

This commit is contained in:
Michel Roegl-Brunner 2025-02-03 10:05:41 +01:00 committed by GitHub
parent c5b9e4db64
commit 1528c46f0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -805,13 +805,9 @@ post_to_api() {
"disk_size": $DISK_SIZE, "disk_size": $DISK_SIZE,
"core_count": $CORE_COUNT, "core_count": $CORE_COUNT,
"ram_size": $RAM_SIZE, "ram_size": $RAM_SIZE,
"verbose": "$VERBOSE",
"os_type": "$var_os", "os_type": "$var_os",
"os_version": "$var_version", "os_version": "$var_version",
"hn": "$HN",
"disableip6": "$DISABLEIP6", "disableip6": "$DISABLEIP6",
"ssh": "$SSH",
"tags": "$TAGS",
"nsapp": "$NSAPP", "nsapp": "$NSAPP",
"method": "$METHOD", "method": "$METHOD",
"pve_version": "$pve_version", "pve_version": "$pve_version",
@ -886,16 +882,13 @@ DIAGNOSTICS=yes
#"disk_size" #"disk_size"
#"core_count" #"core_count"
#"ram_size" #"ram_size"
#"verbose"
#"os_type" #"os_type"
#"os_version" #"os_version"
#"hn"
#"disableip6" #"disableip6"
#"ssh"
#"tags"
#"nsapp" #"nsapp"
#"method" #"method"
#"pve_version" #"pve_version"
#"status"
#If you have any concerns, please review the source code at /misc/build.func #If you have any concerns, please review the source code at /misc/build.func
EOF EOF
DIAGNOSTICS="yes" DIAGNOSTICS="yes"
@ -916,16 +909,13 @@ DIAGNOSTICS=no
#"disk_size" #"disk_size"
#"core_count" #"core_count"
#"ram_size" #"ram_size"
#"verbose"
#"os_type" #"os_type"
#"os_version" #"os_version"
#"hn"
#"disableip6" #"disableip6"
#"ssh"
#"tags"
#"nsapp" #"nsapp"
#"method" #"method"
#"pve_version" #"pve_version"
#"status"
#If you have any concerns, please review the source code at /misc/build.func #If you have any concerns, please review the source code at /misc/build.func
EOF EOF
DIAGNOSTICS="no" DIAGNOSTICS="no"