Browse Source

forced content-type to json

pull/4139/head
William Sellitti 2 years ago
parent
commit
b876128635
  1. 2
      deploy/proxmoxve.sh

2
deploy/proxmoxve.sh

@ -119,6 +119,6 @@ HEREDOC
# Push certificates to server.
export _HTTPS_INSECURE=1
export _H1="Authorization: PVEAPIToken=${_proxmoxve_header_api_token}"
_post "$_json_payload" "$_target_url"
_post "$_json_payload" "$_target_url" "" POST "application/json"
}
Loading…
Cancel
Save