fix raid_partition

This commit is contained in:
Tobias Powalowski 2023-01-15 21:17:07 +01:00
parent 4fe28cd541
commit 1379eb89a9

View file

@ -565,7 +565,7 @@ _createmd()
_dialog --msgbox "Error creating ${_RAIDDEV} (see ${_LOG} for details)." 0 0
return 1
fi
if [[ -n ${_RAID_DEVITION} ]]; then
if [[ -n "${_RAID_PARTITION}" ]]; then
# switch for mbr usage
_set_guid
if [[ -z "${_GUIDPARAMETER}" ]]; then