spm

Personal fork of spm (simple password manager)
git clone git@getsh.org:spm.git
Log | Files | Refs | README | LICENSE

commit 48662a6c03e0e4c574d115265b8012ec90a5fe2d
parent 4d5cf4ba745417d0e3fd1678df5b07fd288e05ea
Author: nmeum <git-nmeum@8pit.net>
Date:   Tue, 24 Dec 2013 01:24:52 +0100

don't use the --no-tty option with gnupg2

Diffstat:
Mtpm | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tpm b/tpm @@ -6,7 +6,7 @@ umask 077 # Variables ## -GPG_OPTS="--quiet --yes --batch --no-tty" +GPG_OPTS="--quiet --yes --batch" STORE_DIR="${TPM_STORE_DIR:-${HOME}/.password-store}" if [[ -z "${TPM_STORE_KEY}" ]]; then