From a7639e9c14d7cb7553c36f554179e02dead3b2e3 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 21 Feb 2023 10:57:35 -0700 Subject: [PATCH] fix --- debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.sh b/debian.sh index bacb30e..519afa5 100755 --- a/debian.sh +++ b/debian.sh @@ -153,7 +153,6 @@ os-restore() { if [ "$3" = "home" ]; then rsync -a --delete /home/ $TARGET/home/ - chown -R $USER:$USER $TARGET/home/$USER fi fstab @@ -162,6 +161,7 @@ os-restore() { chmod +x $TARGET/debian.sh chroot $TARGET /debian.sh bootloader $1 chroot $TARGET /debian.sh btrfs-tweaks + chown -R $USER:$USER $TARGET/home/$USER rm -f $TARGET/debian.sh unmount }