Don't complain about GPG_AGENT_INFO if using newer gpg-agent (#189)

This commit is contained in:
Simon Gate
2017-04-26 14:34:20 +02:00
committed by Tom Limoncelli
parent 2f2289b5e3
commit 8728290122
6 changed files with 128 additions and 25 deletions

View File

@@ -14,9 +14,7 @@
export PATH=/usr/bin:/bin:"$PATH"
set -e
source "${0%/*}/_blackbox_common.sh"
if [[ -z $GPG_AGENT_INFO ]]; then
eval $(gpg-agent --daemon)
fi
gpg_agent_notice
exec blackbox_postdeploy "$@"