Also show bdsmail address

This commit is contained in:
Bob Mottram 2018-02-16 13:25:58 +00:00
parent 8f6c364229
commit c2e0f68541
1 changed files with 3 additions and 0 deletions

View File

@ -899,6 +899,9 @@ function show_your_email_address {
echo $'Your bdsmail address as a QR code'
echo ''
echo -n "${bdsmail_address}" | qrencode -t UTF8
echo ''
echo "${bdsmail_address}"
echo ''
any_key
fi
}