1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-01 13:51:51 +00:00

[API] update build.func

This commit is contained in:
Michel Roegl-Brunner 2025-01-31 09:36:36 +01:00
parent 4eafbf60e4
commit 724303e0b3

View File

@ -842,8 +842,7 @@ post_update_to_api() {
local API_URL="http://api.community-scripts.org/upload/updatestatus" local API_URL="http://api.community-scripts.org/upload/updatestatus"
local status="${1:-failed}" local status="${1:-failed}"
msg_ok "Sending ${status} to API"
JSON_PAYLOAD=$(cat <<EOF JSON_PAYLOAD=$(cat <<EOF
{ {
"status": "$status", "status": "$status",