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:
parent
9eb2c2d0d6
commit
438d3f8738
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue