mirror of
https://github.com/BastilleBSD/bastille.git
synced 2025-12-11 09:29:55 +01:00
fix shellcheck again
This commit is contained in:
@@ -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}')"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user