diff --git a/makeuser b/makeuser index 0ea8e10..67e8119 100755 --- a/makeuser +++ b/makeuser @@ -62,7 +62,10 @@ case $1 in printf "cleanup current signup\n" sudo sed -i"" "/\b$1\b/d" /var/signups_current - echo "fix sorting in /etc/passwd" + printf "fix sorting in /etc/passwd\n" sudo pwck -s + + printf "applying disk quota\n" + sudo setquota -u "$1" 1048576 3145728 0 0 /home ;; esac