Further optimize ownership agent output

This commit is contained in:
Joshua Boniface 2022-05-31 22:38:05 -04:00
parent b90717e25a
commit f2a9764f52
1 changed files with 1 additions and 1 deletions

View File

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