fix(shellcheck): add missing local variable in get_truenas-scale()
This commit is contained in:
parent
d408e15f51
commit
f44222ad6f
1
quickget
1
quickget
|
@ -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/"
|
||||||
|
|
Loading…
Reference in New Issue