[FILE-7524] Do not show missing files or paths by default

This commit is contained in:
Michael Boelen 2017-03-13 16:26:26 +01:00
parent 8cfd05fdef
commit cd63e2389e
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
LogText " Actual permissions: ${FILEVALUE}"
LogText " Result: $PERMS"
if [ "${PERMS}" = "FILE_NOT_FOUND" ]; then
Display --indent 4 --text "${I}" --result "${STATUS_NOT_FOUND}" --color WHITE
if IsVerbose; then Display --indent 4 --text "${I}" --result "${STATUS_NOT_FOUND}" --color WHITE; fi
elif [ "${PERMS}" = "OK" ]; then
Display --indent 4 --text "${I}" --result "${STATUS_OK}" --color GREEN
elif [ "${PERMS}" = "BAD" ]; then