Преглед изворни кода

Login prompt clairification

tags/v3.1
Luke Smith пре 5 година
родитељ
комит
c952028d88
No known key found for this signature in database GPG Key ID: 4C50B54A911F6252
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      mw

+ 1
- 1
mw Прегледај датотеку

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


Loading…
Откажи
Сачувај