From 891a74e5c3495a38a37c302b5062dc5d4d957dbf Mon Sep 17 00:00:00 2001 From: teldra Date: Mon, 7 Feb 2022 03:43:38 +0100 Subject: [PATCH] progress --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index 7e8a1ff..90fc3b5 100644 --- a/main.sh +++ b/main.sh @@ -5,7 +5,7 @@ target="${main}/target" pass="oem" if [ $DEBUG ]; then - umount ${target}/boot/efi ${target}/boot ${target} + umount -R ${target}/boot/efi ${target}/boot ${target} vgchange -an cryptsetup close /dev/mapper/luks* fi