diff --git a/bash/gpg.sh b/bash/gpg.sh index abea396..358b4ca 100644 --- a/bash/gpg.sh +++ b/bash/gpg.sh @@ -1,6 +1,5 @@ if [ ${EUID} -ne 0 ] ; then if [ -f "${HOME}/.gnupg/gpg-agent.conf" ] ; then export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)" - gpg-connect-agent updatestartuptty /bye > '/dev/null' fi fi