mirror of
https://github.com/CISOfy/lynis.git
synced 2025-04-08 17:15:25 +02:00
Improved log message
This commit is contained in:
parent
558e3bb586
commit
e5f5750bfa
@ -74,7 +74,7 @@
|
|||||||
LogText "Result: ${I}/sshd_config exists"
|
LogText "Result: ${I}/sshd_config exists"
|
||||||
if [ ${FOUND} -eq 1 ]; then
|
if [ ${FOUND} -eq 1 ]; then
|
||||||
ReportException "${TEST_NO}:01"
|
ReportException "${TEST_NO}:01"
|
||||||
LogText "Result: we already had found another sshd_config file. Using this new file then."
|
LogText "Result: we already found another sshd_config file. Using this new file instead of the previous one."
|
||||||
fi
|
fi
|
||||||
FileIsReadable ${I}/sshd_config
|
FileIsReadable ${I}/sshd_config
|
||||||
if [ ${CANREAD} -eq 1 ]; then
|
if [ ${CANREAD} -eq 1 ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user