Update clone.sh

This commit is contained in:
tschettervictor
2025-04-26 11:31:08 -06:00
committed by GitHub
parent 1c9f715afa
commit 6af5e7c8e0

View File

@@ -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')"