瀏覽代碼

add debug info

neilpang 6 年之前
父節點
當前提交
c74d597c84
共有 1 個文件被更改,包括 1 次插入0 次删除
  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"