1
0
Fork 0
mirror of https://cgit.krebsco.de/krops synced 2024-11-22 19:19:46 +01:00

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

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}}