Ask for GPG decryption via CLI

This commit is contained in:
Kris Lamoureux 2019-09-27 11:45:44 -04:00
parent 9a94949604
commit 84855e86af
Signed by: kris
GPG Key ID: 3EDA9C3441EDA925

View File

@ -111,3 +111,6 @@ if ! shopt -oq posix; then
. /etc/bash_completion
fi
fi
# Ask for decryption in terminal window
GPG_TTY=$(tty)