mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* gpg.sgml: Document smartcard related options.
* g10.c, options.h: New option --no-interactive-selection. * keyedit.c (keyedit_menu): Use it.
This commit is contained in:
parent
059d159657
commit
2d2e2e74b8
13 changed files with 143 additions and 51 deletions
|
@ -15,7 +15,7 @@ for k in $kis; do
|
|||
echo "Keyid: $k"
|
||||
answer=A
|
||||
while [ "$answer" = "A" ]; do
|
||||
gpg $ro --lock-never --sign-key $k
|
||||
gpg $ro --lock-never --no-interactive-selection --sign-key $k
|
||||
answer=""
|
||||
while [ "$answer" = "" ]; do
|
||||
read -p 'Okay, Again or Quit? (O/A/Q) '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue