Update v-add-sys-quota

This commit is contained in:
Vengance 2017-02-25 18:44:38 +01:00 committed by GitHub
commit dc89a43c3a

View file

@ -63,7 +63,7 @@ chmod a+x /etc/cron.daily/quotacheck
# Enabling group and user quota
if [ ! -z "$(quotaon -pa | grep " $mnt " | grep 'user\|group' | grep 'is off')" ]; then
quotaon $mnt
quotaon -v $mnt
check_result $? "quota can't be enabled in $mnt" $E_DISK
fi