mirror of https://github.com/CISOfy/lynis.git
Merge pull request #1136 from murin-matus/patch-1
Add missing bracket in 4402
This commit is contained in:
commit
032ba73987
|
@ -578,7 +578,7 @@
|
||||||
else
|
else
|
||||||
LogText "Found duplicate line: ${OUTPUT}"
|
LogText "Found duplicate line: ${OUTPUT}"
|
||||||
LogText "Result: found duplicate line"
|
LogText "Result: found duplicate line"
|
||||||
Display --indent 4 --text "- Duplicate entries in hosts file" --result "$STATUS_FOUND}" --color YELLOW
|
Display --indent 4 --text "- Duplicate entries in hosts file" --result "${STATUS_FOUND}" --color YELLOW
|
||||||
ReportSuggestion "${TEST_NO}" "Remove duplicate lines in ${ROOTDIR}etc/hosts"
|
ReportSuggestion "${TEST_NO}" "Remove duplicate lines in ${ROOTDIR}etc/hosts"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue