create: call parse for interface

This commit is contained in:
tschettervictor
2025-05-20 12:17:20 -06:00
committed by GitHub
parent af62e9ab0b
commit aa14003719

View File

@@ -186,6 +186,8 @@ validate_netif() {
else
error_exit "[ERROR]: Invalid: (${INTERFACE})."
fi
INTERFACE="$(parse_value_jail_conf ${INTERFACE})"
}
validate_release() {