Skip to content

Commit dc89a43

Browse files
authored
Update v-add-sys-quota
1 parent 7973b34 commit dc89a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-add-sys-quota

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ chmod a+x /etc/cron.daily/quotacheck
6363

6464
# Enabling group and user quota
6565
if [ ! -z "$(quotaon -pa | grep " $mnt " | grep 'user\|group' | grep 'is off')" ]; then
66-
quotaon $mnt
66+
quotaon -v $mnt
6767
check_result $? "quota can't be enabled in $mnt" $E_DISK
6868
fi
6969

0 commit comments

Comments
 (0)