[FILE-6362] added details

This commit is contained in:
Michael Boelen 2016-08-24 11:37:25 +02:00
parent e3af7c3727
commit cc5142329b
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@
FIND=$(${LSBINARY} -ld /tmp | ${AWKBINARY} '$1 ~ /[tT]/ { print 1 }')
if [ "${FIND}" = "1" ]; then
Display --indent 2 --text "- Checking /tmp sticky bit" --result "${STATUS_OK}" --color GREEN
LogText "Result: Sticky bit (${FIND}) found on /tmp directory"
LogText "Result: sticky bit found on /tmp directory"
AddHP 3 3
else
Display --indent 2 --text "- Checking /tmp sticky bit" --result "${STATUS_WARNING}" --color RED