mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-27 07:44:14 +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: iptables ${table} -- ${chainname} policy is ${policy}."
|
||||||
LogText "Result: ${policy}"
|
LogText "Result: ${policy}"
|
||||||
|
|
||||||
if [ "${TABLE}" = "filter" ]; then
|
if [ "${table}" = "filter" ]; then
|
||||||
if [ "${chainname}" = "INPUT" ]; then
|
if [ "${chainname}" = "INPUT" ]; then
|
||||||
case ${policy} in
|
case ${policy} in
|
||||||
"ACCEPT")
|
"ACCEPT")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user