add debug info

This commit is contained in:
neilpang 2019-03-16 18:34:44 +08:00
parent 653c77e852
commit c74d597c84
1 changed files with 1 additions and 0 deletions

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