From dc89a43c3af717e9e3ba560d744298dd1e2aaf3c Mon Sep 17 00:00:00 2001 From: Vengance Date: Sat, 25 Feb 2017 18:44:38 +0100 Subject: [PATCH] Update v-add-sys-quota --- bin/v-add-sys-quota | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/v-add-sys-quota b/bin/v-add-sys-quota index d36aafc2..35423a5d 100755 --- a/bin/v-add-sys-quota +++ b/bin/v-add-sys-quota @@ -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