Przeglądaj źródła

debugging for the payload

William Sellitti 3 lat temu
rodzic
commit
7900c493af
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      deploy/proxmoxve.sh

+ 2 - 0
deploy/proxmoxve.sh

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