From: Guillaume Pellerin Date: Tue, 11 Mar 2025 09:05:31 +0000 (+0100) Subject: fix option X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=HEAD;p=clone-me.git fix option --- diff --git a/tc_clone_nuc_nv_efi.sh b/tc_clone_nuc_nv_efi.sh index e89e47f..9ba63be 100755 --- a/tc_clone_nuc_nv_efi.sh +++ b/tc_clone_nuc_nv_efi.sh @@ -23,7 +23,7 @@ do r) ROOT=${OPTARG};; s) SYNC=true;; p) PARTITIONS=${OPTARG};; - b) backup=false;; + b) BACKUP=false;; esac done