This commit is contained in:
kake26 2024-05-23 18:58:37 -05:00
parent 932587e27c
commit 0345da76da
Signed by: kake26
GPG key ID: E8AFC43591876B4D

View file

@ -77,7 +77,7 @@ fi
# this will be used for the restore to make sure /etc is properly overwitten # this will be used for the restore to make sure /etc is properly overwitten
cp ./restore.lib.bash $tmpdir cp ./restore.lib.bash $tmpdir/restore.lib.bash
find /etc -type f -exec $hashapp '{}' \; > $tmpdir/$pkgsum find /etc -type f -exec $hashapp '{}' \; > $tmpdir/$pkgsum
arcdir=$(mktemp -d) arcdir=$(mktemp -d)