FIRE-4508 - Fix typo in conditional expression

This commit is contained in:
nser77 2024-10-04 09:21:11 +02:00 committed by GitHub
parent 71dc7d2c95
commit b7ced8e030
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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")