Update create.sh

This commit is contained in:
tschettervictor
2025-05-21 18:40:37 -06:00
committed by GitHub
parent 213659db3a
commit 21c0d75a13

View File

@@ -189,7 +189,7 @@ validate_netif() {
# Don't allow dots in INTERFACE if -V
if [ -n "${VNET_JAIL}" ] && [ -z "${VNET_JAIL_BRIDGE}" ]; then
if echo "${INTERFACE}" | grep -q "\."; then
error_exit "[ERROR]: [-V|--vnet] does not support dots \(.\) in interface names."
error_exit "[ERROR]: [-V|--vnet] does not support dots (.) in interface names."
fi
fi
}