diff --git a/usr/lib/archboot/installer/bcachefs.sh b/usr/lib/archboot/installer/bcachefs.sh index 9ae863039..bb18f3a69 100644 --- a/usr/lib/archboot/installer/bcachefs.sh +++ b/usr/lib/archboot/installer/bcachefs.sh @@ -93,6 +93,7 @@ _bcfs_select_raid_devices () { _bcfs_raid_level() { while true ; do : >/tmp/.bcfs-raid-device + #shellcheck disable=SC2153 _BCFS_RAID_DEV="${_DEV}" _BCFS_LEVEL="" _DUR_COUNT=0