[util-disk] fix formatting

merge-requests/273/head
Bernhard Landauer 8 years ago
parent 9e08c0ec03
commit cc91d02a6b

@ -477,7 +477,6 @@ mount_partitions() {
if [[ $MOUNT == "/boot" ]]; then
[[ $(lsblk -lno TYPE ${PARTITION} | grep "lvm") != "" ]] && LVM_SEP_BOOT=2 || LVM_SEP_BOOT=1
fi
fi
done
}
@ -530,7 +529,6 @@ mount_partitions() {
INCLUDE_PART='part\|lvm'
umount_partitions
find_partitions
# Select partition to encrypt
DIALOG " $_LuksEncrypt " --menu "$_LuksCreateBody" 0 0 7 ${PARTITIONS} 2>${ANSWER} || luks_menu
PARTITION=$(cat ${ANSWER})

Loading…
Cancel
Save