Missed if statement closing line.
This commit is contained in:
@@ -28,6 +28,7 @@ else
|
|||||||
if $iptables --list $CHAIN |grep ESTABLISHED |grep RELATED|grep ACCEPT ; then
|
if $iptables --list $CHAIN |grep ESTABLISHED |grep RELATED|grep ACCEPT ; then
|
||||||
else $iptables -I $CHAIN -m state --state established,related -j ACCEPT;
|
else $iptables -I $CHAIN -m state --state established,related -j ACCEPT;
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
#
|
#
|
||||||
|
|
||||||
###############################
|
###############################
|
||||||
|
Reference in New Issue
Block a user