Bob Mottram 9 年之前
父節點
當前提交
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
 }