fix error message

This commit is contained in:
neilpang 2019-03-16 14:35:33 +08:00
parent 2ffd8637e1
commit 3f35006c26
1 changed files with 2 additions and 0 deletions

View File

@ -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