Browse Source

adding new line

pull/6584/head
pentadam 2 weeks ago
parent
commit
f3a64b55d8
  1. 2
      dnsapi/dns_ultra.sh

2
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
}
}
Loading…
Cancel
Save