simplified vns_gpgid

This commit is contained in:
Vera Lewis
2025-12-17 23:10:04 -06:00
parent 2f5271d668
commit f6eab4d8b5

6
vns
View File

@@ -130,11 +130,7 @@ vns_gpgid () {
# gpgid
# Print a list of all recipients listed in .gpg-id
# shellcheck disable=SC2002
cat "${VNS_STORE}/.gpg-id" | while read -r recipient; do
echo "-r"
echo "$recipient"
done
sed 's/^/-r /' "$VNS_STORE/.gpg-id"
}