mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-28 00:04:16 +02:00
Merge pull request #903 from church1e/master
[CRYP-7902] Fixes issue #902
This commit is contained in:
commit
110cc5a264
@ -63,7 +63,7 @@
|
|||||||
SKIP=0
|
SKIP=0
|
||||||
# Now check if this path is on the to-be-ignored list
|
# Now check if this path is on the to-be-ignored list
|
||||||
for D in ${SSL_CERTIFICATE_PATHS_TO_IGNORE}; do
|
for D in ${SSL_CERTIFICATE_PATHS_TO_IGNORE}; do
|
||||||
if Equals "${D}" "${SUBDIR}"; then
|
if ContainsString "${D}" "${SUBDIR}"; then
|
||||||
SKIP=1
|
SKIP=1
|
||||||
LogText "Result: skipping directory (${SUBDIR}) as it is on ignore list"
|
LogText "Result: skipping directory (${SUBDIR}) as it is on ignore list"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user