diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-23 06:10:51 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-23 06:10:51 -0600 |
| commit | f667957b77eb5862248f41a89c68a4cbd7c633d9 (patch) | |
| tree | a9bf4c0438daa349a5b41b5af015242cc49ef7ea /custom/lib | |
| parent | 4811ced2c222db1e80dbd3594f6e2bb50ed7218b (diff) | |
| download | archangel-f667957b77eb5862248f41a89c68a4cbd7c633d9.tar.gz archangel-f667957b77eb5862248f41a89c68a4cbd7c633d9.zip | |
fix: resolve remaining SC2155 warnings across all scripts
Declare and assign local variables separately in custom/archangel,
scripts/full-test.sh, scripts/test-install.sh, and remove unused
variable in custom/lib/zfs.sh.
Diffstat (limited to 'custom/lib')
| -rw-r--r-- | custom/lib/zfs.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/custom/lib/zfs.sh b/custom/lib/zfs.sh index bb948fb..feda91d 100644 --- a/custom/lib/zfs.sh +++ b/custom/lib/zfs.sh @@ -311,7 +311,6 @@ sync_zfs_efi_partitions() { step "Syncing EFI partitions for redundancy" - local primary="${efi_parts[0]}" for ((i=1; i<${#efi_parts[@]}; i++)); do local secondary="${efi_parts[$i]}" local tmp_mount="/tmp/efi_sync_$$" |
