From ca17c23fea7b6912f209b71912cf484b5550d17a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 24 Jun 2017 20:57:55 +0100 Subject: [PATCH] Try batch --- src/freedombone-pass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-pass b/src/freedombone-pass index be32e3e3..b9f6118c 100755 --- a/src/freedombone-pass +++ b/src/freedombone-pass @@ -320,7 +320,7 @@ else mkdir -p ~/.passwords/$CURR_USERNAME fi # padding helps to ensure than nothing can be learned from the length of the cyphertext - pad_string "${CURR_PASSWORD}" | gpg -ca --cipher-algo AES256 --passphrase "$MASTER_PASSWORD" > ~/.passwords/$CURR_USERNAME/$CURR_APP + pad_string "${CURR_PASSWORD}" | gpg --batch -ca --cipher-algo AES256 --passphrase "$MASTER_PASSWORD" > ~/.passwords/$CURR_USERNAME/$CURR_APP if [ ! -f ~/.passwords/$CURR_USERNAME/$CURR_APP ]; then MASTER_PASSWORD= exit 5