fix shellcheck again

This commit is contained in:
tschettervictor
2025-10-04 14:24:47 -06:00
parent d0f7e2dc8e
commit 07496cab2d

View File

@@ -386,7 +386,7 @@ update_jailconf_vnet() {
local old_ngif="${if}"
# Generate new netgraph interface name
local new_ngif="ng${ngif_num}_${NEWNAME}"
# shellcheck disable=SC2046
# shellcheck disable=SC2034
local new_if_prefix="$(echo ${if} | awk -F'_' '{print $1}')"
local new_if_suffix="$(echo ${if} | awk -F'_' '{print $2}')"