From 5724e8e5b2f29385ccd1d21582544338d2815389 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 29 Jan 2024 14:44:55 +0100 Subject: [PATCH] fix ID --- tc_clone_nuc_nv_efi.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tc_clone_nuc_nv_efi.sh b/tc_clone_nuc_nv_efi.sh index f55ad96..4ff9ca8 100755 --- a/tc_clone_nuc_nv_efi.sh +++ b/tc_clone_nuc_nv_efi.sh @@ -26,6 +26,8 @@ do esac done +CLONE=/mnt/$ID + # UMOUNT DIR=$CLONE/home if [ -d $DIR ]; then @@ -41,7 +43,6 @@ if [ -d $DIR ]; then fi -CLONE=/mnt/$ID if [ ! -d $CLONE ]; then mkdir $CLONE fi -- 2.39.5