From: Guillaume Pellerin Date: Mon, 29 Jan 2024 13:44:55 +0000 (+0100) Subject: fix ID X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=5724e8e5b2f29385ccd1d21582544338d2815389;p=clone-me.git fix ID --- 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