fix btrfs subvolume logic

This commit is contained in:
Tobias Powalowski 2023-01-12 08:44:42 +01:00
parent 91ada1fbc8
commit 0f94ba0426

View file

@ -110,6 +110,7 @@ _create_filesystem() {
_FS_OPTIONS=$(cat "${_ANSWER}")
else
if [[ "${_FSTYPE}" == "btrfs" ]]; then
_SKIP_FILESYSTEM="1"
_btrfs_subvolume
fi
fi