create: Exit if network type not set

This commit is contained in:
tschettervictor
2025-04-26 10:49:07 -06:00
committed by GitHub
parent 8c0b2b887b
commit b3f4eebfdc

View File

@@ -541,6 +541,8 @@ create_jail() {
install -m 0544 /usr/share/examples/jails/jng /usr/local/bin/jng
fi
fi
else
error_exit "[ERROR]: 'bastille_network_vnet_type' not set properly: ${bastille_network_vnet_type}"
fi
fi
elif [ -n "${LINUX_JAIL}" ]; then