mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-07-12 11:01:03 +00:00
fix error message
This commit is contained in:
@ -130,6 +130,8 @@ _namecom_login() {
|
||||
if [ "$retcode" ]; then
|
||||
_info "Successfully logged in."
|
||||
else
|
||||
_err "$response"
|
||||
_err "Please add your ip to api whitelist"
|
||||
_err "Logging in failed."
|
||||
return 1
|
||||
fi
|
||||
|
Reference in New Issue
Block a user