mirror of
https://github.com/CISOfy/lynis.git
synced 2025-04-08 17:15:25 +02:00
Merge pull request #1553 from nser77/nser77-patch-1
FIRE-4508 - Fix typo in conditional expression
This commit is contained in:
commit
cb7966e411
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user