File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff 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
900893EOF
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
930920EOF
931921 DIAGNOSTICS="no"
You can’t perform that action at this time.
0 commit comments