diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-04-21 13:33:26 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-04-21 13:33:26 -0400 |
commit | c952028d883952f573d3283dd269a7c4dd993ff5 (patch) | |
tree | b478351a007b637cc2a53a7d152d74cb89648797 | |
parent | 1c01187578ede15bfebfa81075c0b22ff44c01ac (diff) |
Login prompt clairification
-rwxr-xr-x | mw | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -149,7 +149,7 @@ EOF read -r title printf "\033[0m" done - printf "If your account has a special username different from your address, insert it now. Otherwise leave this prompt totally blank.\\n\tLogin(?): \033[36m\t" + printf "If your account has a special username different from your address, insert it now. Otherwise leave this prompt totally blank.\\n\033[34mMost accounts will not have a separate login, so you should probably leave this blank.\033[0m\\n\tLogin(?): \033[36m" read -r login printf "\033[0m" [ -z "$login" ] && login="$fulladdr" |