Bob Mottram 9 years ago
parent
commit
5b2f3bffd4
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/freedombone-controlpanel-user

+ 0
- 1
src/freedombone-controlpanel-user View File

357
 
357
 
358
 function publish_gpg_key {
358
 function publish_gpg_key {
359
     gpg --send-key $GPG_ID
359
     gpg --send-key $GPG_ID
360
-    any_key
361
     dialog --title $"Publish your PGP/GPG key" \
360
     dialog --title $"Publish your PGP/GPG key" \
362
            --msgbox $"Your key has now been published" 6 40
361
            --msgbox $"Your key has now been published" 6 40
363
 }
362
 }