We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4b1cc commit 997a793Copy full SHA for 997a793
initrd/bin/oem-factory-reset
@@ -508,13 +508,8 @@ if [ "$prompt_output" == "y" \
508
echo -e "We will generate a GnuPG (PGP) keypair identifiable with the following text form:"
509
echo -e "Real Name (Comment) email@address.org"
510
511
- echo -e "\nEnter your Real Name (At least 5 characters long):"
+ echo -e "\nEnter your Real Name (Optional):"
512
read -r GPG_USER_NAME
513
- while [[ ${#GPG_USER_NAME} -lt 5 ]]; do
514
- {
515
516
- read -r GPG_USER_NAME
517
- };done
518
519
echo -e "\nEnter your email@adress.org:"
520
read -r GPG_USER_MAIL
0 commit comments