Forgot to add "export" to GPG_TTY

This commit is contained in:
Kris Lamoureux 2019-11-04 09:59:54 -05:00
parent 28ade11bb2
commit 40b1876417

View File

@ -113,4 +113,4 @@ if ! shopt -oq posix; then
fi
# Ask for decryption in terminal window
GPG_TTY=$(tty)
export GPG_TTY=$(tty)