mirror of
https://github.com/romanz/amodem.git
synced 2026-05-10 05:17:38 +08:00
gpg: echo during identity initialization
This commit is contained in:
@@ -51,5 +51,6 @@ fi
|
|||||||
" > "${HOMEDIR}/env"
|
" > "${HOMEDIR}/env"
|
||||||
chmod u+x "${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
|
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user