refactor(iso): Remove unused var (#1)

This commit is contained in:
hygienic-books 2023-02-23 01:56:09 +01:00
parent 3df24d8311
commit c3833c397b

View File

@ -112,7 +112,7 @@ function get_drive_id () {
} }
function select_part () { function select_part () {
local parts enriched_parts enriched_parts_count part_number part_type zfs_install_drive zfs_install_parent local parts enriched_parts enriched_parts_count part_number part_type zfs_install_drive
declare part declare part
part_type="${1:?}" # 'efi' or 'zfs' part_type="${1:?}" # 'efi' or 'zfs'
zfs_install_drive="${2:-}" zfs_install_drive="${2:-}"