From cd3615e376c2fc060c760bd0652f50a2c69c6367 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 14 Feb 2023 19:41:02 -0700 Subject: [PATCH] fix --- debian.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/debian.sh b/debian.sh index 9359ee7..0f12f56 100755 --- a/debian.sh +++ b/debian.sh @@ -376,8 +376,6 @@ partitions() { echo "Setting Up Partitions....." printf "$DISK_PASSWORD" | cryptsetup open ${BTRFS} $ROOT_MAPPER_NAME - unmount - if [[ -e "/dev/mapper/$ROOT_MAPPER_NAME" ]]; then echo echo "Formatting $EFI"