Save public key to file

This commit is contained in:
Bob Mottram 2017-10-23 21:09:12 +01:00
parent 75b72cb787
commit e928240e98
1 changed files with 1 additions and 1 deletions

View File

@ -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)