diff --git a/misc/api.func b/misc/api.func index 6d02b29f1..f09035a37 100644 --- a/misc/api.func +++ b/misc/api.func @@ -624,6 +624,8 @@ EOF curl -fsS -m "${TELEMETRY_TIMEOUT}" -X POST "${TELEMETRY_URL}" \ -H "Content-Type: application/json" \ -d "$JSON_PAYLOAD" &>/dev/null || true + + POST_TO_API_DONE=true } # ------------------------------------------------------------------------------