Show bdsmail address as a QR code

This commit is contained in:
Bob Mottram 2018-02-16 13:22:52 +00:00
parent f84f6aff3a
commit 8f6c364229
1 changed files with 6 additions and 0 deletions

View File

@ -894,6 +894,12 @@ function show_your_email_address {
dialog --title $"Show your Email Address" \
--backtitle $"Freedombone User Control Panel" \
--msgbox $"\nYou can press SHIFT and then drag the mouse and right click to copy.\n\nEmail Address: $MY_EMAIL_ADDRESS\n\nKey ID: $GPG_ID\n\nFingerprint: $GPG_FINGERPRINT\n\nCreated: $GPG_DATE\n\nI2P Address: ${bdsmail_address}" 17 90
clear
echo ''
echo $'Your bdsmail address as a QR code'
echo ''
echo -n "${bdsmail_address}" | qrencode -t UTF8
any_key
fi
}