kiss-repo

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 0264092201bd09846500f1e5dd2c87fafb8007dd
parent 15f19e0cf88aab8c68d73ba4a03bcd86cb5bc3e3
Author: aabacchus <bvnfuller@gmail.com>
Date:   Wed,  7 Apr 2021 03:49:05 +0100

gpg-signatures: formatting

Diffstat:
Mgpg-signatures/build | 20++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/gpg-signatures/build b/gpg-signatures/build @@ -13,16 +13,16 @@ # $ echo "trusted-key $keyid" >> ~/.gnupg/gpg.conf for sig in *.txt; do - keyid=$( - gpg --import \ - --keyid-format long \ - "$sig" 2>&1 \ - | awk '/^gpg: key / {print substr($3, 1, length($3)-1)}') - gpg --command-fd 0 \ - --quiet \ - --expert \ - --edit-key "$keyid" \ - trust << EOF >/dev/null 2>&1 + keyid=$( + gpg --import \ + --keyid-format long \ + "$sig" 2>&1 \ + | awk '/^gpg: key / {print substr($3, 1, length($3)-1)}') + gpg --command-fd 0 \ + --quiet \ + --expert \ + --edit-key "$keyid" \ + trust << EOF 5 y q