Update api.func

This commit is contained in:
CanbiZ (MickLesk)
2026-02-16 12:42:24 +01:00
parent e089d60d9e
commit a99bbb4e49

View File

@@ -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
}
# ------------------------------------------------------------------------------