1
0
mirror of https://cgit.krebsco.de/krops synced 2024-06-01 22:03:31 +02:00

Make pass source follow symlinks

This commit is contained in:
Simon Bruder 2020-12-12 16:34:50 +01:00 committed by Lassulus
parent 73f0cdcb0b
commit 804c79a14d

View File

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