From ee2967c522b0362bd236b7448dd68923887994da Mon Sep 17 00:00:00 2001 From: "Jean (east-high-Nerd)" Date: Thu, 1 Jan 2026 12:40:03 -0500 Subject: [PATCH] Changed unneeded 'elif' statements to simple individual 'if' statements --- partition.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/partition.sh b/partition.sh index 7dba356..9afa63e 100755 --- a/partition.sh +++ b/partition.sh @@ -62,7 +62,9 @@ if [[ "${1}" == '--disk' ]]; then -t3:BF00 \ -c3:${ID} \ ${disk} -elif [[ "${1}" == '--efi' ]]; then +fi + +if [[ "${1}" == '--efi' ]]; then if [[ ! "${disk}" == **/dev/disk/by-id/** ]]; then if [[ "${disk}" == **/dev/nvme** ]]; then part1='p1'