Add gpg2 wrapper program that applies --no-tty flag
This commit is contained in:
parent
8430953d9c
commit
a1e0795e78
3 changed files with 7 additions and 0 deletions
2
local/bin/gpg2-no-tty
Executable file
2
local/bin/gpg2-no-tty
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec gpg2 --no-tty "$@"
|
Loading…
Add table
Add a link
Reference in a new issue