mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Textual change
This commit is contained in:
parent
b53b894f33
commit
4b0f5517f7
1 changed files with 1 additions and 2 deletions
|
|
@ -33,9 +33,8 @@
|
|||
|
||||
LogText "Reading profile/configuration ${PROFILE}"
|
||||
|
||||
# Show deprecation message for old config entries
|
||||
# Show deprecation message for old config entries such as 'config:' and 'apache:'
|
||||
FOUND=0
|
||||
# Items such as 'config:' and 'apache:'
|
||||
DATA=$(egrep "^[a-z-]{1,}:" ${PROFILE} | od -An -ta | sed 's/ /!space!/g') # od -An (no file offset), -ta (named character, to be on safe side)
|
||||
if ! IsEmpty "${DATA}"; then FOUND=1; fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue