From 0345da76dac5a3a1ab4baf2e62cc41809dac3560 Mon Sep 17 00:00:00 2001 From: kake26 Date: Thu, 23 May 2024 18:58:37 -0500 Subject: [PATCH] meh --- syssetup.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syssetup.bash b/syssetup.bash index 74ebbc4..ed430fb 100755 --- a/syssetup.bash +++ b/syssetup.bash @@ -77,7 +77,7 @@ fi # 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 arcdir=$(mktemp -d)