local/bin/homeinit: Fix gpg-agent command line

master
Pierre Neidhardt 2019-01-22 17:20:12 +01:00
parent b4ad9c8354
commit 1e1c553188
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ max-cache-ttl-ssh 86400
## Force pinentry (should be pinentry-tty)
pinentry-program $(readlink -f $(which pinentry))
EOF
gpg-agent --home-dir ~/.gnupg --use-standard-socket -daemon --options "$(dirname "$PROFILE")/gpg-agent.conf"
gpg-agent --homedir ~/.gnupg --daemon --options "$(dirname "$PROFILE")/gpg-agent.conf"
fi
## Start gpg-agent manually since SSH requests do not do it automatically.
gpg-connect-agent updatestartuptty /bye