Fixes for multiport

master
bbruns 2010-09-26 22:06:12 +00:00
parent 4d22cfa38c
commit 9f0398421a
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ if [ "$TCPPORTS" ] || [ "$UDPPORTS" ]; then
echo -en "${PURPLE}Multiport-TCP${DEFAULT_COLOR}/${GREEN}${PORTS#,}"
$IPTABLES -A INPUT -p tcp -m multiport --dports ${PORTS#,} -j ACCEPT
unset PORTS
PORTS_COUNT_CURR=$y
PORTS_COUNT_CURR=$i
done
unset y PORTS PORTS_COUNT_CURR PORTS_COUNT
else