Merge pull request #1553 from nser77/nser77-patch-1

FIRE-4508 - Fix typo in conditional expression
This commit is contained in:
Michael Boelen 2024-10-04 10:06:51 +02:00 committed by GitHub
commit cb7966e411
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -122,7 +122,7 @@
LogText "Result: iptables ${table} -- ${chainname} policy is ${policy}."
LogText "Result: ${policy}"
if [ "${TABLE}" = "filter" ]; then
if [ "${table}" = "filter" ]; then
if [ "${chainname}" = "INPUT" ]; then
case ${policy} in
"ACCEPT")