Show bdsmail address as a QR code
This commit is contained in:
parent
f84f6aff3a
commit
8f6c364229
|
@ -894,6 +894,12 @@ function show_your_email_address {
|
||||||
dialog --title $"Show your Email Address" \
|
dialog --title $"Show your Email Address" \
|
||||||
--backtitle $"Freedombone User Control Panel" \
|
--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
|
--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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue