mirror of
https://github.com/CISOfy/lynis.git
synced 2025-04-08 17:15:25 +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
|
||||
# Now check if this path is on the to-be-ignored list
|
||||
for D in ${SSL_CERTIFICATE_PATHS_TO_IGNORE}; do
|
||||
if Equals "${D}" "${SUBDIR}"; then
|
||||
if ContainsString "${D}" "${SUBDIR}"; then
|
||||
SKIP=1
|
||||
LogText "Result: skipping directory (${SUBDIR}) as it is on ignore list"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user