Bob Mottram 9 лет назад
Родитель
Сommit
5b2f3bffd4
1 измененных файлов: 0 добавлений и 1 удалений
  1. 0
    1
      src/freedombone-controlpanel-user

+ 0
- 1
src/freedombone-controlpanel-user Просмотреть файл

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