Finish implementation of save/restore/forget -- Take 2 (reverse inadvertent <enter>)

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3379 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-01-25 17:39:13 +00:00
parent eca8a37f42
commit dc5ac3e2d8

View File

@ -8596,8 +8596,7 @@ __EOF__
cat >> $OUTPUT << __EOF__
if [ \$COMMAND = restore ]; then
iptables-restore <
\$1
iptables-restore < \$1
fi
__EOF__