Merge 3d617fbf24 into bd48c99383
This commit is contained in:
commit
27676d4bc1
@ -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."
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user