allow empty space

This commit is contained in:
Tobias Powalowski 2024-04-20 08:18:04 +02:00
parent f45b010df6
commit da4cb8d522

View file

@ -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