Clean up formatting in define_firewall() and stop_firewall()

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-03-03 09:24:43 -08:00
parent b279869629
commit f7a6ad1412
2 changed files with 0 additions and 5 deletions

View File

@ -8167,10 +8167,6 @@ EOF
emit <<"EOF";
fi
EOF
emit <<"EOF";
fi
EOF

View File

@ -2474,7 +2474,6 @@ EOF
if [ $COMMAND = clear -a -f /proc/sys/net/netfilter/nf_conntrack_helper ]; then
echo 1 > /proc/sys/net/netfilter/nf_conntrack_helper
fi
EOF
if ( $config{DOCKER} ) {