fix(shellcheck): add missing local variable in get_truenas-scale()

This commit is contained in:
Martin Wimpress 2024-05-07 00:26:28 +01:00 committed by Martin Wimpress
parent d408e15f51
commit f44222ad6f
1 changed files with 1 additions and 0 deletions

View File

@ -2542,6 +2542,7 @@ function get_trisquel() {
} }
function get_truenas-scale() { function get_truenas-scale() {
local HASH=""
local ISO="" local ISO=""
local URL="" local URL=""
local DLINFO="https://www.truenas.com/download-truenas-scale/" local DLINFO="https://www.truenas.com/download-truenas-scale/"