mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-20 12:24:41 +02:00
Proper reference to IsDeveloperMode
This commit is contained in:
parent
b6884dfda3
commit
6a4287bd64
@ -965,7 +965,7 @@
|
|||||||
return 255
|
return 255
|
||||||
fi
|
fi
|
||||||
if [ "${PERMS}" = "0:0" ]; then
|
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
|
return 0
|
||||||
else
|
else
|
||||||
return 1
|
return 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user