From 0dfce4447d31c8d4ebdb6f457d3f31c3c1bd60fe Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 24 Nov 2022 21:28:36 +0000 Subject: [PATCH] reformat btrfs dialogs --- usr/lib/archboot/installer/btrfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/btrfs.sh b/usr/lib/archboot/installer/btrfs.sh index dab782dfc..1d4f7a01b 100644 --- a/usr/lib/archboot/installer/btrfs.sh +++ b/usr/lib/archboot/installer/btrfs.sh @@ -275,7 +275,7 @@ btrfs_compress() { fi if [[ "${BTRFS_COMPRESS}" = "compress" ]]; then #shellcheck disable=SC2086 - DIALOG --menu "Select the compression method you want to use:" 11 50 9 ${BTRFS_COMPRESSLEVELS} 2>"${ANSWER}" || return 1 + DIALOG --menu "Select the compression method you want to use:" 10 50 8 ${BTRFS_COMPRESSLEVELS} 2>"${ANSWER}" || return 1 BTRFS_COMPRESS="compress=$(cat "${ANSWER}")" fi }