From e36822678c0487f0a95ce0c7d323709b5cc004b0 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Thu, 23 Feb 2023 01:53:57 +0100 Subject: [PATCH] refactor(iso): Local var is sensible (#1) --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 6a0fe0a..8d3a125 100644 --- a/setup.sh +++ b/setup.sh @@ -210,7 +210,7 @@ function export_pool () { } function setup_zpool () { - local zpool_drive drive_by_id + local drive_by_id zpool_drive="$(select_part 'zfs')" drive_by_id="$(get_drive_id "${zpool_drive}")"