From 0a9c19f2c762c8dfe6dc3b3c694dd29cd4dda63f Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Thu, 2 Oct 2025 08:55:17 -0600 Subject: [PATCH] Fix jibepair again --- usr/local/share/bastille/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/common.sh b/usr/local/share/bastille/common.sh index 7ce1a362..ef9933e3 100644 --- a/usr/local/share/bastille/common.sh +++ b/usr/local/share/bastille/common.sh @@ -392,7 +392,7 @@ generate_vnet_jail_netblock() { done local host_epair="e0a_bastille${epair_num}" local jail_epair="e0b_bastille${epair_num}" - local jib_epai="bastille${epair_num}" + local jib_epair="bastille${epair_num}" fi elif [ "${interface_type}" = "passthrough" ]; then host_epair="${external_interface}"