Further optimize ownership agent output
This commit is contained in:
parent
b90717e25a
commit
f2a9764f52
|
@ -58,7 +58,7 @@ done
|
|||
echo "<<<file_ownership>>>"
|
||||
|
||||
if ! test ${#FILEs[*]} -eq 0; then
|
||||
echo -n "${#FILEs[*]} file(s) found with invalid ownership (must be UID <299): "
|
||||
echo -n "${#FILEs[*]} file(s) found with invalid ownership (must be UID outside of ${ADMIN_UID_MIN}-${ADMIN_UID_MAX}): "
|
||||
echo "${FILEs[*]}"
|
||||
exit $WARNING
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue