mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Proper reference to IsDeveloperMode
This commit is contained in:
parent
b6884dfda3
commit
6a4287bd64
1 changed files with 1 additions and 1 deletions
|
|
@ -965,7 +965,7 @@
|
|||
return 255
|
||||
fi
|
||||
if [ "${PERMS}" = "0:0" ]; then
|
||||
if IsDeveloper; then LogText "Debug: found incorrect file permissions on ${FILE}"; fi
|
||||
if IsDeveloperMode; then LogText "Debug: found incorrect file permissions on ${FILE}"; fi
|
||||
return 0
|
||||
else
|
||||
return 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue