mirror of
https://cgit.krebsco.de/krops
synced 2024-11-23 03:29:48 +01:00
Make pass source follow symlinks
This commit is contained in:
parent
73f0cdcb0b
commit
804c79a14d
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 |
|
||||
${findutils}/bin/find ${quote passPrefix} -type f -follow |
|
||||
while read -r gpg_path; do
|
||||
|
||||
rel_name=''${gpg_path#${quote passPrefix}}
|
||||
|
|
Loading…
Reference in a new issue