quick fix for when adding existing contact
This commit is contained in:
parent
9bee61cd10
commit
dc9c6b3e61
3
bml-cli
3
bml-cli
@ -424,6 +424,9 @@ then
|
|||||||
echo ${red}Login Required ${reset}
|
echo ${red}Login Required ${reset}
|
||||||
init_login
|
init_login
|
||||||
add_contact
|
add_contact
|
||||||
|
elif [ "$ADDCONTACT" = "11" ]
|
||||||
|
then
|
||||||
|
echo You already have this contact saved as $CONATCT_NAME
|
||||||
else
|
else
|
||||||
display_banner && display_name && display_userinfo
|
display_banner && display_name && display_userinfo
|
||||||
echo "${red}There was an error${reset}"
|
echo "${red}There was an error${reset}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user