Changed screen output when finding old files in /tmp

This commit is contained in:
mboelen 2015-09-01 15:47:32 +02:00
parent 401bf26c91
commit d4b1812962
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@
Display --indent 2 --text "- Checking for old files in /tmp" --result OK --color GREEN
logtext "Result: no files found in /tmp which are older than 3 months"
else
Display --indent 2 --text "- Checking for old files in /tmp" --result WARNING --color RED
Display --indent 2 --text "- Checking for old files in /tmp" --result FOUND --color RED
N=0
for I in ${FIND}; do
FILE=`echo ${I} | sed 's/!space!/ /g'`