mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Grammar change
This commit is contained in:
parent
2334bba492
commit
d0f4a90c00
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@
|
|||
if IsEmpty "${FIND}"; then
|
||||
LogText "Result: ${I} not found in mount list. Directory most likely stored on / file system"
|
||||
Display --indent 4 --text "- Checking ${I} mount point" --result "${STATUS_SUGGESTION}" --color YELLOW
|
||||
ReportSuggestion ${TEST_NO} "To decrease the impact of a full ${I} file system, place ${I} on a separated partition"
|
||||
ReportSuggestion ${TEST_NO} "To decrease the impact of a full ${I} file system, place ${I} on a separate partition"
|
||||
AddHP 9 10
|
||||
else
|
||||
LogText "Result: found ${I} as a separated mount point"
|
||||
|
|
|
|||
Loading…
Reference in a new issue