From 0ab0087eac6ffdbc99a627078bca3fff5a1b6144 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 24 Jul 2020 19:00:49 +0200 Subject: [PATCH] fix syntax --- usr/share/archboot/installer/setup | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/usr/share/archboot/installer/setup b/usr/share/archboot/installer/setup index 4c325eed6..9734bc554 100755 --- a/usr/share/archboot/installer/setup +++ b/usr/share/archboot/installer/setup @@ -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