From f3a64b55d8a5a5fd7f2de5bcac239cd0f5922b6e Mon Sep 17 00:00:00 2001 From: pentadam Date: Tue, 28 Oct 2025 08:08:05 -0500 Subject: [PATCH] adding new line --- dnsapi/dns_ultra.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}