mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-23 11:11:32 +02:00
Fix innocent typo
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5491 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
0274f95e7d
commit
fffe3bad21
@ -4665,7 +4665,7 @@ __EOF__
|
|||||||
done
|
done
|
||||||
|
|
||||||
for chain in INPUT OUTPUT; do
|
for chain in INPUT OUTPUT; do
|
||||||
setpolicy $\chain DROP
|
setpolicy \$chain DROP
|
||||||
done
|
done
|
||||||
|
|
||||||
__EOF__
|
__EOF__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user