mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-10-31 19:41:45 +00:00
fix error message
This commit is contained in:
parent
2ffd8637e1
commit
3f35006c26
@ -130,6 +130,8 @@ _namecom_login() {
|
|||||||
if [ "$retcode" ]; then
|
if [ "$retcode" ]; then
|
||||||
_info "Successfully logged in."
|
_info "Successfully logged in."
|
||||||
else
|
else
|
||||||
|
_err "$response"
|
||||||
|
_err "Please add your ip to api whitelist"
|
||||||
_err "Logging in failed."
|
_err "Logging in failed."
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user