Vengance 9 лет назад
Родитель
Сommit
dc89a43c3a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      bin/v-add-sys-quota

+ 1 - 1
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