diff --git a/usr/lib/archboot/installer/bcachefs.sh b/usr/lib/archboot/installer/bcachefs.sh index e92e16075..7286de2ed 100644 --- a/usr/lib/archboot/installer/bcachefs.sh +++ b/usr/lib/archboot/installer/bcachefs.sh @@ -5,7 +5,7 @@ _bcfs_raid_options() { # add durability _DURABILITY="" - _BCFS_DURABILITY="1 "Normal Device" 0 "Cache Device" Custom _" + _BCFS_DURABILITY="1 'Normal Device' 0 'Cache Device' Custom _" _dialog --no-cancel --title " Durability " --menu "" 9 30 5 ${_BCFS_DURABILITY} 2>"${_ANSWER}" || return 1 _BCFS_DURABILITY_SELECTED=$(cat "${_ANSWER}") if [[ ${_BCFS_DURABILITY_SELECTED} == 1 ]]; then