Browse Source

add debug info

neilpang 6 years ago
parent
commit
c74d597c84
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dnsapi/dns_netcup.sh

+ 1 - 0
dnsapi/dns_netcup.sh

@@ -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"