Skip to content

Commit 1528c46

Browse files
[API] Update build.func (#1967)
1 parent c5b9e4d commit 1528c46

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

misc/build.func

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -805,13 +805,9 @@ post_to_api() {
805805
"disk_size": $DISK_SIZE,
806806
"core_count": $CORE_COUNT,
807807
"ram_size": $RAM_SIZE,
808-
"verbose": "$VERBOSE",
809808
"os_type": "$var_os",
810809
"os_version": "$var_version",
811-
"hn": "$HN",
812810
"disableip6": "$DISABLEIP6",
813-
"ssh": "$SSH",
814-
"tags": "$TAGS",
815811
"nsapp": "$NSAPP",
816812
"method": "$METHOD",
817813
"pve_version": "$pve_version",
@@ -886,16 +882,13 @@ DIAGNOSTICS=yes
886882
#"disk_size"
887883
#"core_count"
888884
#"ram_size"
889-
#"verbose"
890885
#"os_type"
891886
#"os_version"
892-
#"hn"
893887
#"disableip6"
894-
#"ssh"
895-
#"tags"
896888
#"nsapp"
897889
#"method"
898890
#"pve_version"
891+
#"status"
899892
#If you have any concerns, please review the source code at /misc/build.func
900893
EOF
901894
DIAGNOSTICS="yes"
@@ -916,16 +909,13 @@ DIAGNOSTICS=no
916909
#"disk_size"
917910
#"core_count"
918911
#"ram_size"
919-
#"verbose"
920912
#"os_type"
921913
#"os_version"
922-
#"hn"
923914
#"disableip6"
924-
#"ssh"
925-
#"tags"
926915
#"nsapp"
927916
#"method"
928917
#"pve_version"
918+
#"status"
929919
#If you have any concerns, please review the source code at /misc/build.func
930920
EOF
931921
DIAGNOSTICS="no"

0 commit comments

Comments
 (0)