Changed unneeded 'elif' statements to simple individual 'if' statements
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user