From 6af5e7c8e0d716eedcd96bd7385ce454c440e254 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sat, 26 Apr 2025 11:31:08 -0600 Subject: [PATCH] Update clone.sh --- usr/local/share/bastille/clone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/clone.sh b/usr/local/share/bastille/clone.sh index 339db6e7..a4c7caaf 100644 --- a/usr/local/share/bastille/clone.sh +++ b/usr/local/share/bastille/clone.sh @@ -159,7 +159,7 @@ update_jailconf() { fi if grep -qw "vnet;" "${JAIL_CONFIG}"; then - validate_netconf + validate_netconf_clone update_jailconf_vnet else _ip4="$(bastille config ${TARGET} get ip4.addr | sed 's/,/ /g')"