Yakumo Ran
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
dnsapi/dns_cloudns.sh
|
@ -129,7 +129,7 @@ _dns_cloudns_init_check() { |
|
|
return 1 |
|
|
return 1 |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
_dns_cloudns_http_api_call "dns/login.json" "" |
|
|
|
|
|
|
|
|
_dns_cloudns_http_api_call "login/login.json" "" |
|
|
|
|
|
|
|
|
if ! _contains "$response" "\"status\":\"Success\""; then |
|
|
if ! _contains "$response" "\"status\":\"Success\""; then |
|
|
_err "Invalid CLOUDNS_AUTH_ID or CLOUDNS_AUTH_PASSWORD. Please check your login credentials." |
|
|
_err "Invalid CLOUDNS_AUTH_ID or CLOUDNS_AUTH_PASSWORD. Please check your login credentials." |
|
|