diff --git a/scripts/gpg-shell b/scripts/gpg-shell index 6bef7e4..b84d40b 100755 --- a/scripts/gpg-shell +++ b/scripts/gpg-shell @@ -5,7 +5,7 @@ export GNUPGHOME=~/.gnupg/trezor gpg2 --list-public-keys --with-keygrip killall -q trezor-gpg || true -trezor-gpg agent & +trezor-gpg -v agent & AGENT_PID=$! sleep 1