mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-29 00:06:38 +00:00
parent
8d698ad46a
commit
b49a36a07b
4
tomb
4
tomb
@ -1242,7 +1242,7 @@ gen_key() {
|
|||||||
_warning "It is your responsibility to check these fingerprints."
|
_warning "It is your responsibility to check these fingerprints."
|
||||||
_warning "The fingerprints are:"
|
_warning "The fingerprints are:"
|
||||||
for gpg_id in ${recipients[@]}; do
|
for gpg_id in ${recipients[@]}; do
|
||||||
_warning " `_fingerprint "$gpg_id"`"
|
_warning " `_fingerprint "$gpg_id" ($gpg_id)`"
|
||||||
done
|
done
|
||||||
|
|
||||||
gpgopt+=(`_recipients_arg "$recipients_opt" $recipients`)
|
gpgopt+=(`_recipients_arg "$recipients_opt" $recipients`)
|
||||||
@ -1322,7 +1322,7 @@ gen_key() {
|
|||||||
local tmpres=$TOMBTMP
|
local tmpres=$TOMBTMP
|
||||||
print $opt - "$gpgpass" \
|
print $opt - "$gpgpass" \
|
||||||
| gpg --openpgp --force-mdc --cipher-algo ${algo} \
|
| gpg --openpgp --force-mdc --cipher-algo ${algo} \
|
||||||
--batch --no-tty ${gpgopt[@]} \
|
--batch --no-tty ${gpgopt} \
|
||||||
--status-fd 2 -o - --armor 2> $tmpres
|
--status-fd 2 -o - --armor 2> $tmpres
|
||||||
unset gpgpass
|
unset gpgpass
|
||||||
# check result of gpg operation
|
# check result of gpg operation
|
||||||
|
Loading…
Reference in New Issue
Block a user