]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
add debug info
authorneilpang <neil@neilpang.com>
Sat, 16 Mar 2019 10:34:44 +0000 (18:34 +0800)
committerneilpang <neil@neilpang.com>
Sat, 16 Mar 2019 10:34:44 +0000 (18:34 +0800)
dnsapi/dns_netcup.sh

index 2273eb7c09f5e20548f18b95df52e6c880f4b593..d5d7c22eafd6690026bc09b5ec7dd5d16d02d803 100644 (file)
@@ -8,6 +8,7 @@ end="https://ccp.netcup.net/run/webservice/servers/endpoint.php?JSON"
 client=""
 
 dns_netcup_add() {
+  _debug NC_Apikey "$NC_Apikey"
   login
   if [ "$NC_Apikey" = "" ] || [ "$NC_Apipw" = "" ] || [ "$NC_CID" = "" ]; then
     _err "No Credentials given"