We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7973b34 commit dc89a43Copy full SHA for dc89a43
bin/v-add-sys-quota
@@ -63,7 +63,7 @@ chmod a+x /etc/cron.daily/quotacheck
63
64
# Enabling group and user quota
65
if [ ! -z "$(quotaon -pa | grep " $mnt " | grep 'user\|group' | grep 'is off')" ]; then
66
- quotaon $mnt
+ quotaon -v $mnt
67
check_result $? "quota can't be enabled in $mnt" $E_DISK
68
fi
69
0 commit comments