Further optimize ownership agent output

This commit is contained in:
Joshua Boniface 2023-09-01 15:42:28 -04:00
parent cbea6e284c
commit e8fe165e00
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ done
echo "<<<file_ownership>>>" echo "<<<file_ownership>>>"
if ! test ${#FILEs[*]} -eq 0; then 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[*]}" echo "${FILEs[*]}"
exit $WARNING exit $WARNING
else else