mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
usr/bin/byobu-reconnect-sockets: look for gpg sessions quietly
This commit is contained in:
parent
992925f9e0
commit
a5d9b48cbf
2 changed files with 2 additions and 2 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -1,6 +1,6 @@
|
|||
byobu (2.73) unreleased; urgency=low
|
||||
|
||||
* UNRELEASED
|
||||
* usr/bin/byobu-reconnect-sockets: look for gpg sessions quietly
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 26 Apr 2010 19:25:51 -0500
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ fi
|
|||
|
||||
# Establish gpg-agent socket, helps when reconnecting to a detached session
|
||||
# Sorry, ls -t is needed here, to sort by time
|
||||
for i in $(ls -t "$HOME/.gnupg/"gpg-agent-info-*); do
|
||||
for i in $(ls -t "$HOME/.gnupg/"gpg-agent-info-* 2>/dev/null); do
|
||||
. "$i" || continue
|
||||
export GPG_AGENT_INFO && break
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue