aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrc.d/rc.sysinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index 34285b7d..08881074 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -288,7 +288,7 @@ LC_ALL=C grep -E '[[:space:]]+/[[:space:]]+' /etc/fstab | \
LC_ALL=C grep -q quota
_ROOT_HAS_QUOTA=$?
if [ X"$_RUN_QUOTACHECK" = X1 -a \
- "$_ROOT_HAS_QUOTA" -a \
+ "$_ROOT_HAS_QUOTA" = "0" -a \
-x /sbin/quotacheck ]; then
if [ -x /sbin/convertquota ]; then
if [ -f /quota.user ]; then