From 003aa2f176b45ba435dddbc29a69f8f6c5a401ad Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 16 Jun 2021 16:48:07 +0200 Subject: [PATCH] bugfix --- tc_clone_nuc_nv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tc_clone_nuc_nv.sh b/tc_clone_nuc_nv.sh index e39ff83..9c96658 100755 --- a/tc_clone_nuc_nv.sh +++ b/tc_clone_nuc_nv.sh @@ -35,7 +35,7 @@ fi #umount /dev/$ROOT_PART $CLONE if [ $PARTITIONS ]; then - sfdisk /dev/DISK < $PARTITIONS + sfdisk /dev/$DISK < $PARTITIONS fi if [ $FORMAT ]; then -- 2.39.5