gpg: echo during identity initialization

This commit is contained in:
Roman Zeyde
2017-05-20 12:00:12 +03:00
parent 1e8363d4fc
commit 931573f32b

View File

@@ -51,5 +51,6 @@ fi
" > "${HOMEDIR}/env"
chmod u+x "${HOMEDIR}/env"
echo "Starting ${DEVICE}-gpg-agent at ${HOMEDIR}..."
# Load agent and make sure it responds with the new identity
GNUPGHOME="$HOMEDIR" gpg2 -K 2> /dev/null
GNUPGHOME="${HOMEDIR}" gpg2 -K 2> /dev/null