Save public key to file
This commit is contained in:
parent
75b72cb787
commit
e928240e98
|
@ -439,7 +439,7 @@ function add_gpg_key {
|
|||
trap "rm -f $data" 0 1 2 5 15
|
||||
dialog --title $"Enter email address, Key ID or full key below" \
|
||||
--backtitle $"Freedombone User Control Panel" \
|
||||
--editbox $data 8 60
|
||||
--editbox $data 8 60 2>$data
|
||||
sel=$?
|
||||
case $sel in
|
||||
0)
|
||||
|
|
Loading…
Reference in New Issue