mirror of https://github.com/CISOfy/lynis.git
FIRE-4508 - Fix typo in conditional expression
This commit is contained in:
parent
71dc7d2c95
commit
b7ced8e030
|
@ -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…
Reference in New Issue