fix syntax

This commit is contained in:
Tobias Powalowski 2020-07-24 19:00:49 +02:00
parent ee2fc65c23
commit 0ab0087eac

View file

@ -1,4 +1,4 @@
##!/usr/bin/env bash
#!/usr/bin/env bash
### TODO:
# - autoprepare uefisys partition is hardcoded
# -add btrfs subvolume support in grub configuration!
@ -1454,8 +1454,6 @@ autoprepare() {
if [[ "${UEFISYS_MOUNTPOINT}" == "/boot" ]]; then
DIALOG --msgbox "You have chosen to use /boot as the UEFISYS Mountpoint. The minimum partition size is 260 MiB and only FAT32 FS is supported" 0 0
_UEFISYS_BOOTPART="1"
else
fi
while [[ "${DEFAULTFS}" = "" ]]; do