Update common.sh

This commit is contained in:
tschettervictor
2025-07-20 14:57:35 -06:00
committed by GitHub
parent eade45c1f6
commit f20eee982e

View File

@@ -593,8 +593,6 @@ update_jail_syntax_v1() {
warn "Please review your jail.conf file after completion."
warm "VNET jails created without -M will be assigned a new MAC address."
if [ "$(echo -n "e0a_${ja
local external_interface="$(grep -Eo "jib addm.*" "${jail_config}" | awk '{print $4}')"
if [ "$(echo -n "e0a_${jail}" | awk '{print length}')" -lt 16 ]; then