Missed if statement closing line.

This commit is contained in:
2021-06-15 11:59:08 +00:00
parent 1dd887adb4
commit e4bcab313f

View File

@@ -28,6 +28,7 @@ else
if $iptables --list $CHAIN |grep ESTABLISHED |grep RELATED|grep ACCEPT ; then
else $iptables -I $CHAIN -m state --state established,related -j ACCEPT;
fi
fi
#
###############################