From 48539af69a4b777c110443a4f9470308c32b09f3 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 21 Feb 2023 10:46:14 +0100 Subject: [PATCH] bugfix --- tc_clone_nuc_nv_efi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tc_clone_nuc_nv_efi.sh b/tc_clone_nuc_nv_efi.sh index 07b2814..afc7f31 100755 --- a/tc_clone_nuc_nv_efi.sh +++ b/tc_clone_nuc_nv_efi.sh @@ -45,7 +45,7 @@ fi mount /dev/$ROOT_PART $CLONE -mont /dev/$EFI_PART $CLONE/boot/efi +mount /dev/$EFI_PART $CLONE/boot/efi if [ $SYNC ]; then # CLONING -- 2.39.5