Proper reference to IsDeveloperMode

This commit is contained in:
mboelen 2016-04-26 21:25:14 +02:00
parent b6884dfda3
commit 6a4287bd64

View File

@ -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