Skip to content

Commit e70ce7a

Browse files
authored
Merge pull request #49833 from vvoland/rootless-iptables-check
contrib/rootless-setuptool: Fix iptables detection
2 parents 6573a13 + ead379a commit e70ce7a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

contrib/dockerd-rootless-setuptool.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ init() {
152152
case $iptables_version in
153153
*legacy*) iptables_module="ip_tables" ;;
154154
esac
155+
else
155156
faced_iptables_error=1
156157
if [ -z "$OPT_SKIP_IPTABLES" ]; then
157158
if command -v apt-get > /dev/null 2>&1; then

0 commit comments

Comments
 (0)