Browse Source

add debug info

pull/2168/head
neilpang 6 years ago
parent
commit
c74d597c84
  1. 1
      dnsapi/dns_netcup.sh

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

Loading…
Cancel
Save