cancel on ctrl-c

This commit is contained in:
Tobias Powalowski 2024-06-04 09:40:59 +02:00
parent 88298e495a
commit 3a8545d6bf

View file

@ -117,7 +117,7 @@ _bcfs_raid_level() {
while [[ -z "${_BCFS_RAID_FINISH}" ]]; do
_bcfs_raid_options || return 1
_bcfs_options
_bcfs_select_raid_devices
_bcfs_select_raid_devices || return 1
done
# final step ask if everything is ok?
#shellcheck disable=SC2028,SC2027,SC2086