mirror of
https://github.com/CISOfy/lynis.git
synced 2025-09-24 10:28:13 +02:00
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: 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