populate pass: don't decrypt .gpg-id

This commit is contained in:
lassulus 2021-02-16 17:12:05 +01:00
parent 9eb2c2d0d6
commit 438d3f8738
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ let
rm -fR "$tmp_dir"
}
${findutils}/bin/find ${quote passPrefix} -type f -follow |
${findutils}/bin/find ${quote passPrefix} -type f -follow ! -name .gpg-id |
while read -r gpg_path; do
rel_name=''${gpg_path#${quote passPrefix}}