mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-26 15:24:21 +02:00
Small style improvement
This commit is contained in:
parent
8d2b3a202f
commit
0e535c851a
@ -313,6 +313,7 @@
|
||||
FIREWALL_SOFTWARE="csf"
|
||||
Report "firewall_software[]=csf"
|
||||
Display --indent 2 --text "- Checking CSF status (configuration file)" --result "${STATUS_FOUND}" --color GREEN
|
||||
|
||||
LogText "Test: check if CSF testing mode is disabled"
|
||||
FIND=$(${GREPBINARY} -P "^TESTING(\s|=)" ${FILE} | ${CUTBINARY} -d= -f2 | ${XARGSBINARY})
|
||||
if [ "${FIND}" = "0" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user