This commit is contained in:
Bob Mottram 2016-02-27 12:35:02 +00:00
parent 166e7c28ba
commit 5b2f3bffd4
1 changed files with 0 additions and 1 deletions

View File

@ -357,7 +357,6 @@ function show_gpg_key {
function publish_gpg_key {
gpg --send-key $GPG_ID
any_key
dialog --title $"Publish your PGP/GPG key" \
--msgbox $"Your key has now been published" 6 40
}