Skip to content

Commit

Permalink
Revert "Glob values in COPY_AS_IS shouldn't be quoted."
Browse files Browse the repository at this point in the history
This reverts commit 64281d2.
  • Loading branch information
flyinggreenfrog committed May 25, 2020
1 parent 64281d2 commit 6c52b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/share/rear/layout/save/GNU/Linux/260_crypt_layout.sh
Expand Up @@ -7,7 +7,7 @@ fi

Log "Saving Encrypted volumes."
REQUIRED_PROGS+=( cryptsetup dmsetup )
COPY_AS_IS+=( /usr/share/cracklib/* /etc/security/pwquality.conf )
COPY_AS_IS+=( /usr/share/cracklib/\* /etc/security/pwquality.conf )

while read target_name junk ; do
# find the target device we're mapping
Expand Down

0 comments on commit 6c52b44

Please sign in to comment.