From 5c4f10c9eabc341ea86ff88022b24dd111f8d368 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 4 Jun 2024 09:34:20 +0200 Subject: [PATCH] fix dialog --- usr/lib/archboot/installer/bcachefs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/bcachefs.sh b/usr/lib/archboot/installer/bcachefs.sh index 3a4dd2d33..62db612c8 100644 --- a/usr/lib/archboot/installer/bcachefs.sh +++ b/usr/lib/archboot/installer/bcachefs.sh @@ -107,7 +107,7 @@ _bcfs_raid_level() { # replicas _BCFS_REPLICATION="2 - 3 -" #shellcheck disable=SC2086 - _dialog --no-cancel --title " Replication Level " --menu "" 9 30 5 ${_BCFS_REPLICATION} "> CUSTOM" "Custom Level" >"${_ANSWER}" || return 1 + _dialog --no-cancel --title " Replication Level " --menu "" 9 30 5 ${_BCFS_REPLICATION} "> CUSTOM" "Custom Level" 2>"${_ANSWER}" || return 1 _BCFS_REP_COUNT=$(cat "${_ANSWER}") if [[ ${_BCFS_REP_COUNT} == "> CUSTOM" ]]; then _dialog --inputbox "Enter custom replication level (number):" 8 65 \