diff --git a/dnsapi/dns_ultra.sh b/dnsapi/dns_ultra.sh index c3a4fbe3..973f7ad4 100644 --- a/dnsapi/dns_ultra.sh +++ b/dnsapi/dns_ultra.sh @@ -180,4 +180,4 @@ _ultra_login() { export _H2="" AUTH_TOKEN=$(_post "grant_type=password&username=${ULTRA_USR}&password=${ULTRA_PWD}" "${ULTRA_AUTH_API}authorization/token" | cut -d, -f3 | cut -d\" -f4) export AUTH_TOKEN -} \ No newline at end of file +}