Browse Source

debugging for the payload

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

2
deploy/proxmoxve.sh

@ -114,6 +114,8 @@ proxmoxve_deploy(){
} }
HEREDOC HEREDOC
) )
_debug2 Payload "$_json_payload"
# Push certificates to server. # Push certificates to server.
export _HTTPS_INSECURE=1 export _HTTPS_INSECURE=1
export _H1="Authorization: PVEAPIToken=${_proxmoxve_header_api_token}" export _H1="Authorization: PVEAPIToken=${_proxmoxve_header_api_token}"

Loading…
Cancel
Save