WIP: Closes #11 Added IS_HOME_SIZE #58

Draft
benpro wants to merge 2 commits from 11-Check-for-sysadmins-home-size into master
Showing only changes of commit 0c41b7a0fd - Show all commits

View file

@ -901,7 +901,7 @@ if [ -e /etc/debian_version ]; then
homeUser=$(stat "$homeProfile" -c %U)
if [ "$homeSize" -gt "$homeMaxSize" ]; then
echo 'IS_HOME_SIZE FAILED!'
verbose "User $homeUser has more than 1G in his home"\
verbose "User $homeUser has more than 1G in his home" \
|| break
fi
fi