Skip to content

Commit

Permalink
cp * instead of ** since cp -a is already recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
NeroReflex committed Mar 22, 2024
1 parent ded3127 commit 0cc9ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __frzr-deploy
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ main() {
btrfs subvolume create "${SUBVOL}/snapshots/etc"

# copy every stock /etc (that has been moved to /usr/etc) file to the actual /etc
cp -a ${SUBVOL}/usr/etc/** ${SUBVOL}/etc/
cp -a ${SUBVOL}/usr/etc/* ${SUBVOL}/etc/

# copy the machine-id file: this was created by systemd the very first boot and identify the machine:
# changing this will also make ssh warn about machine not matching.
Expand Down

0 comments on commit 0cc9ad7

Please sign in to comment.