fix parameter

This commit is contained in:
Tobias Powalowski 2023-01-24 19:42:59 +01:00
parent 6e42564ca0
commit 8f8284bf0c

View file

@ -127,7 +127,7 @@ _create_filesystem() {
_dialog --inputbox "Enter additional options to the filesystem creation utility.\nUse this field only, if the defaults are not matching your needs,\nelse just leave it empty." 10 70 2>"${_ANSWER}" || return 1
_FS_OPTIONS=$(cat "${_ANSWER}")
else
FSTYPE="$(${_LSBLK} FSTYPE "${_DEV}")"
_FSTYPE="$(${_LSBLK} FSTYPE "${_DEV}")"
if [[ "${_FSTYPE}" == "btrfs" ]]; then
_SKIP_FILESYSTEM="1"
_btrfs_subvolume || return 1