diff --git a/usr/local/share/bastille/create.sh b/usr/local/share/bastille/create.sh index 437e0682..668efdd1 100644 --- a/usr/local/share/bastille/create.sh +++ b/usr/local/share/bastille/create.sh @@ -186,6 +186,8 @@ validate_netif() { else error_exit "[ERROR]: Invalid: (${INTERFACE})." fi + + INTERFACE="$(parse_value_jail_conf ${INTERFACE})" } validate_release() {