Merge pull request #49833 from vvoland/rootless-iptables-check

contrib/rootless-setuptool: Fix iptables detection
This commit is contained in:
Akihiro Suda
2025-04-18 08:56:51 +09:00
committed by GitHub

View File

@@ -152,6 +152,7 @@ init() {
case $iptables_version in
*legacy*) iptables_module="ip_tables" ;;
esac
else
faced_iptables_error=1
if [ -z "$OPT_SKIP_IPTABLES" ]; then
if command -v apt-get > /dev/null 2>&1; then