mirror of
https://cgit.krebsco.de/krops/
synced 2025-01-27 10:29:25 +00:00
populate pass: don't decrypt .gpg-id
This commit is contained in:
parent
9eb2c2d0d6
commit
438d3f8738
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user